Pyrogenesis
13997
|
Public Member Functions | |
virtual void | Init (const CParamNode &) |
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 151 of file CCmpTest.cpp.
|
inlinestatic |
Definition at line 160 of file CCmpTest.cpp.
|
inlinestatic |
Definition at line 154 of file CCmpTest.cpp.
|
inlinestatic |
Definition at line 160 of file CCmpTest.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 174 of file CCmpTest.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 183 of file CCmpTest.cpp.
|
inlinestatic |
Definition at line 164 of file CCmpTest.cpp.
|
inlinevirtual |
Implements ICmpTest2.
Definition at line 188 of file CCmpTest.cpp.
|
inlinevirtual |
Reimplemented from IComponent.
Definition at line 193 of file CCmpTest.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 169 of file CCmpTest.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 178 of file CCmpTest.cpp.
int32_t CCmpTest2A::m_x |
Definition at line 162 of file CCmpTest.cpp.