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
CMessageMotionChanged Class Reference

Sent by CCmpUnitMotion during Update, whenever the motion status has changed since the previous update. More...

#include <MessageTypes.h>

Inheritance diagram for CMessageMotionChanged:
CMessage

Public Member Functions

virtual int GetType () const
 
virtual const char * GetScriptHandlerName () const
 
virtual const char * GetScriptGlobalHandlerName () const
 
virtual jsval ToJSVal (ScriptInterface &scriptInterface) const
 
 CMessageMotionChanged (bool starting, bool error)
 
- Public Member Functions inherited from CMessage
virtual ~CMessage ()
 
jsval ToJSValCached (ScriptInterface &) const
 

Static Public Member Functions

static CMessageFromJSVal (ScriptInterface &, jsval val)
 

Public Attributes

bool starting
 
bool error
 

Additional Inherited Members

- Protected Member Functions inherited from CMessage
 CMessage ()
 

Detailed Description

Sent by CCmpUnitMotion during Update, whenever the motion status has changed since the previous update.

Definition at line 265 of file MessageTypes.h.

Constructor & Destructor Documentation

CMessageMotionChanged::CMessageMotionChanged ( bool  starting,
bool  error 
)
inline

Definition at line 270 of file MessageTypes.h.

Member Function Documentation

CMessage * CMessageMotionChanged::FromJSVal ( ScriptInterface scriptInterface,
jsval  val 
)
static

Definition at line 227 of file MessageTypeConversions.cpp.

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

Implements CMessage.

Definition at line 268 of file MessageTypes.h.

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

Implements CMessage.

Definition at line 268 of file MessageTypes.h.

virtual int CMessageMotionChanged::GetType ( void  ) const
inlinevirtual

Implements CMessage.

Definition at line 268 of file MessageTypes.h.

jsval CMessageMotionChanged::ToJSVal ( ScriptInterface scriptInterface) const
virtual

Implements CMessage.

Definition at line 219 of file MessageTypeConversions.cpp.

Member Data Documentation

bool CMessageMotionChanged::error

Definition at line 276 of file MessageTypes.h.

bool CMessageMotionChanged::starting

Definition at line 275 of file MessageTypes.h.


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