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 int | GetX () |
virtual void | HandleMessage (const CMessage &msg, bool global) |
![]() | |
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 | |
int32_t | m_x |
Definition at line 26 of file CCmpTest.cpp.
|
inlinestatic |
Definition at line 35 of file CCmpTest.cpp.
|
inlinestatic |
Definition at line 29 of file CCmpTest.cpp.
|
inlinestatic |
Definition at line 35 of file CCmpTest.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 52 of file CCmpTest.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 61 of file CCmpTest.cpp.
|
inlinestatic |
Definition at line 39 of file CCmpTest.cpp.
|
inlinevirtual |
Implements ICmpTest1.
Definition at line 66 of file CCmpTest.cpp.
|
inlinevirtual |
Reimplemented from IComponent.
Definition at line 71 of file CCmpTest.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 44 of file CCmpTest.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 56 of file CCmpTest.cpp.
int32_t CCmpTest1A::m_x |
Definition at line 37 of file CCmpTest.cpp.