Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
CMessageUpdate_MotionFormation Class Reference

Update phase for formation controller movement (must happen before individual units move to follow their formation). More...

#include <MessageTypes.h>

Inheritance diagram for CMessageUpdate_MotionFormation:
CMessage

Public Member Functions

virtual int GetType () const
 
virtual const char * GetScriptHandlerName () const
 
virtual const char * GetScriptGlobalHandlerName () const
 
virtual jsval ToJSVal (ScriptInterface &scriptInterface) const
 
 CMessageUpdate_MotionFormation (fixed turnLength)
 
- Public Member Functions inherited from CMessage
virtual ~CMessage ()
 
jsval ToJSValCached (ScriptInterface &) const
 

Static Public Member Functions

static CMessageFromJSVal (ScriptInterface &, jsval val)
 

Public Attributes

fixed turnLength
 

Additional Inherited Members

- Protected Member Functions inherited from CMessage
 CMessage ()
 

Detailed Description

Update phase for formation controller movement (must happen before individual units move to follow their formation).

Definition at line 74 of file MessageTypes.h.

Constructor & Destructor Documentation

CMessageUpdate_MotionFormation::CMessageUpdate_MotionFormation ( fixed  turnLength)
inline

Definition at line 79 of file MessageTypes.h.

Member Function Documentation

static CMessage* CMessageUpdate_MotionFormation::FromJSVal ( ScriptInterface ,
jsval  val 
)
static
virtual const char* CMessageUpdate_MotionFormation::GetScriptGlobalHandlerName ( ) const
inlinevirtual

Implements CMessage.

Definition at line 77 of file MessageTypes.h.

virtual const char* CMessageUpdate_MotionFormation::GetScriptHandlerName ( ) const
inlinevirtual

Implements CMessage.

Definition at line 77 of file MessageTypes.h.

virtual int CMessageUpdate_MotionFormation::GetType ( void  ) const
inlinevirtual

Implements CMessage.

Definition at line 77 of file MessageTypes.h.

virtual jsval CMessageUpdate_MotionFormation::ToJSVal ( ScriptInterface scriptInterface) const
virtual

Implements CMessage.

Member Data Documentation

fixed CMessageUpdate_MotionFormation::turnLength

Definition at line 84 of file MessageTypes.h.


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