Pyrogenesis  trunk
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:
Inheritance graph
[legend]
Collaboration diagram for CMessageUpdate_MotionFormation:
Collaboration graph
[legend]

Public Member Functions

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

Static Public Member Functions

static CMessageFromJSVal (ScriptInterface &, JS::HandleValue 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).

Constructor & Destructor Documentation

CMessageUpdate_MotionFormation::CMessageUpdate_MotionFormation ( fixed  turnLength)
inline

Member Function Documentation

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

Implements CMessage.

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

Implements CMessage.

virtual int CMessageUpdate_MotionFormation::GetType ( void  ) const
inlinevirtual

Implements CMessage.

virtual JS::Value CMessageUpdate_MotionFormation::ToJSVal ( ScriptInterface scriptInterface) const
virtual

Implements CMessage.

Member Data Documentation

fixed CMessageUpdate_MotionFormation::turnLength

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