Pyrogenesis  trunk
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
CMessageInterpolatedPositionChanged Class Reference

Sent by CCmpPosition whenever anything has changed that will affect the return value of GetInterpolatedTransform() More...

#include <MessageTypes.h>

Inheritance diagram for CMessageInterpolatedPositionChanged:
Inheritance graph
[legend]
Collaboration diagram for CMessageInterpolatedPositionChanged:
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
 
 CMessageInterpolatedPositionChanged (entity_id_t entity, bool inWorld, const CVector3D &pos0, const CVector3D &pos1)
 
- 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

entity_id_t entity
 
bool inWorld
 
CVector3D pos0
 
CVector3D pos1
 

Additional Inherited Members

- Protected Member Functions inherited from CMessage
 CMessage ()
 

Detailed Description

Sent by CCmpPosition whenever anything has changed that will affect the return value of GetInterpolatedTransform()

Constructor & Destructor Documentation

CMessageInterpolatedPositionChanged::CMessageInterpolatedPositionChanged ( entity_id_t  entity,
bool  inWorld,
const CVector3D pos0,
const CVector3D pos1 
)
inline

Member Function Documentation

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

Implements CMessage.

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

Implements CMessage.

virtual int CMessageInterpolatedPositionChanged::GetType ( void  ) const
inlinevirtual

Implements CMessage.

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

Implements CMessage.

Member Data Documentation

entity_id_t CMessageInterpolatedPositionChanged::entity
bool CMessageInterpolatedPositionChanged::inWorld
CVector3D CMessageInterpolatedPositionChanged::pos0
CVector3D CMessageInterpolatedPositionChanged::pos1

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