Pyrogenesis
13997
|
Public Member Functions | |
virtual void | Init (const CParamNode ¶mNode) |
virtual void | Deinit () |
virtual void | Serialize (ISerializer &serialize) |
virtual void | Deserialize (const CParamNode ¶mNode, IDeserializer &deserialize) |
virtual void | HandleMessage (const CMessage &msg, bool global) |
void | Move (fixed dt) |
![]() | |
virtual | ~IComponent () |
CEntityHandle | GetEntityHandle () const |
void | SetEntityHandle (CEntityHandle ent) |
entity_id_t | GetEntityId () const |
CEntityHandle | GetSystemEntity () const |
const CSimContext & | GetSimContext () const |
void | SetSimContext (const CSimContext &context) |
virtual JSClass * | GetJSClass () const |
virtual jsval | GetJSInstance () const |
Static Public Member Functions | |
static void | ClassInit (CComponentManager &componentManager) |
static IComponent * | Allocate (ScriptInterface &, jsval) |
static void | Deallocate (IComponent *cmp) |
static std::string | GetSchema () |
![]() | |
static std::string | GetSchema () |
static u8 | GetSerializationVersion () |
Public Attributes | |
float | m_SpeedX |
float | m_SpeedZ |
Definition at line 28 of file CCmpMotionBall.cpp.
|
inlinestatic |
Definition at line 36 of file CCmpMotionBall.cpp.
|
inlinestatic |
Definition at line 31 of file CCmpMotionBall.cpp.
|
inlinestatic |
Definition at line 36 of file CCmpMotionBall.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 52 of file CCmpMotionBall.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 62 of file CCmpMotionBall.cpp.
|
inlinestatic |
Definition at line 41 of file CCmpMotionBall.cpp.
|
inlinevirtual |
Reimplemented from IComponent.
Definition at line 69 of file CCmpMotionBall.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 46 of file CCmpMotionBall.cpp.
void CCmpMotionBall::Move | ( | fixed | dt | ) |
Definition at line 85 of file CCmpMotionBall.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 56 of file CCmpMotionBall.cpp.
float CCmpMotionBall::m_SpeedX |
Definition at line 39 of file CCmpMotionBall.cpp.
float CCmpMotionBall::m_SpeedZ |
Definition at line 39 of file CCmpMotionBall.cpp.