Pyrogenesis  trunk
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
CMessageUpdate_MotionFormation Class Referencefinal

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 (const ScriptInterface &scriptInterface) const
 
 CMessageUpdate_MotionFormation (fixed turnLength)
 
- Public Member Functions inherited from CMessage
virtual ~CMessage ()
 
JS::Value ToJSValCached (const ScriptInterface &) const
 

Static Public Member Functions

static CMessageFromJSVal (const 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::CMessageUpdate_MotionFormation ( fixed  turnLength)
inline

Member Function Documentation

◆ FromJSVal()

static CMessage* CMessageUpdate_MotionFormation::FromJSVal ( const ScriptInterface ,
JS::HandleValue  val 
)
static

◆ GetScriptGlobalHandlerName()

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

Implements CMessage.

◆ GetScriptHandlerName()

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

Implements CMessage.

◆ GetType()

virtual int CMessageUpdate_MotionFormation::GetType ( ) const
inlinevirtual

Implements CMessage.

◆ ToJSVal()

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

Implements CMessage.

Member Data Documentation

◆ turnLength

fixed CMessageUpdate_MotionFormation::turnLength

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