Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Unit::Limits Class Reference

#include <unit_generic.h>

Public Member Functions

 Limits ()
 

Public Attributes

float yaw
 
float pitch
 
float roll
 
float lateral
 
float vertical
 
float forward
 
float retro
 
float afterburn
 
Vector structurelimits
 
float limitmin
 

Detailed Description

Definition at line 821 of file unit_generic.h.

Constructor & Destructor Documentation

Unit::Limits::Limits ( )
inline

Definition at line 843 of file unit_generic.h.

843  : yaw( 0 )
844  , pitch( 0 )
845  , roll( 0 )
846  , lateral( 0 )
847  , vertical( 0 )
848  , forward( 0 )
849  , retro( 0 )
850  , afterburn( 0 )
851  , structurelimits( 0, 0, 0 )
852  , limitmin( 0 ) {}

Member Data Documentation

float Unit::Limits::limitmin

Definition at line 841 of file unit_generic.h.

Referenced by CanFaceTarget(), and Unit::Init().

Vector Unit::Limits::structurelimits

Definition at line 839 of file unit_generic.h.

Referenced by CanFaceTarget(), and Unit::Init().


The documentation for this class was generated from the following file: