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
CCmpMotionBall Class Reference
Inheritance diagram for CCmpMotionBall:
ICmpMotion IComponent

Public Member Functions

virtual void Init (const CParamNode &paramNode)
 
virtual void Deinit ()
 
virtual void Serialize (ISerializer &serialize)
 
virtual void Deserialize (const CParamNode &paramNode, IDeserializer &deserialize)
 
virtual void HandleMessage (const CMessage &msg, bool global)
 
void Move (fixed dt)
 
- Public Member Functions inherited from IComponent
virtual ~IComponent ()
 
CEntityHandle GetEntityHandle () const
 
void SetEntityHandle (CEntityHandle ent)
 
entity_id_t GetEntityId () const
 
CEntityHandle GetSystemEntity () const
 
const CSimContextGetSimContext () const
 
void SetSimContext (const CSimContext &context)
 
virtual JSClass * GetJSClass () const
 
virtual jsval GetJSInstance () const
 

Static Public Member Functions

static void ClassInit (CComponentManager &componentManager)
 
static IComponentAllocate (ScriptInterface &, jsval)
 
static void Deallocate (IComponent *cmp)
 
static std::string GetSchema ()
 
- Static Public Member Functions inherited from IComponent
static std::string GetSchema ()
 
static u8 GetSerializationVersion ()
 

Public Attributes

float m_SpeedX
 
float m_SpeedZ
 

Detailed Description

Definition at line 28 of file CCmpMotionBall.cpp.

Member Function Documentation

static IComponent* CCmpMotionBall::Allocate ( ScriptInterface ,
jsval   
)
inlinestatic

Definition at line 36 of file CCmpMotionBall.cpp.

static void CCmpMotionBall::ClassInit ( CComponentManager componentManager)
inlinestatic

Definition at line 31 of file CCmpMotionBall.cpp.

static void CCmpMotionBall::Deallocate ( IComponent cmp)
inlinestatic

Definition at line 36 of file CCmpMotionBall.cpp.

virtual void CCmpMotionBall::Deinit ( )
inlinevirtual

Implements IComponent.

Definition at line 52 of file CCmpMotionBall.cpp.

virtual void CCmpMotionBall::Deserialize ( const CParamNode paramNode,
IDeserializer deserialize 
)
inlinevirtual

Implements IComponent.

Definition at line 62 of file CCmpMotionBall.cpp.

static std::string CCmpMotionBall::GetSchema ( )
inlinestatic

Definition at line 41 of file CCmpMotionBall.cpp.

virtual void CCmpMotionBall::HandleMessage ( const CMessage msg,
bool  global 
)
inlinevirtual

Reimplemented from IComponent.

Definition at line 69 of file CCmpMotionBall.cpp.

virtual void CCmpMotionBall::Init ( const CParamNode paramNode)
inlinevirtual

Implements IComponent.

Definition at line 46 of file CCmpMotionBall.cpp.

void CCmpMotionBall::Move ( fixed  dt)

Definition at line 85 of file CCmpMotionBall.cpp.

virtual void CCmpMotionBall::Serialize ( ISerializer serialize)
inlinevirtual

Implements IComponent.

Definition at line 56 of file CCmpMotionBall.cpp.

Member Data Documentation

float CCmpMotionBall::m_SpeedX

Definition at line 39 of file CCmpMotionBall.cpp.

float CCmpMotionBall::m_SpeedZ

Definition at line 39 of file CCmpMotionBall.cpp.


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