|
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) |
| virtual int | DoWhatever (int x, int y) |
| Documentation for each method. More... | |
Public Member Functions inherited from IComponent | |
| 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 Public Member Functions inherited from IComponent | |
| static std::string | GetSchema () |
| static u8 | GetSerializationVersion () |
Definition at line 12 of file CCmpExample.cpp.
|
inlinestatic |
Definition at line 20 of file CCmpExample.cpp.
|
inlinestatic |
Definition at line 15 of file CCmpExample.cpp.
|
inlinestatic |
Definition at line 20 of file CCmpExample.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 34 of file CCmpExample.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 44 of file CCmpExample.cpp.
|
inlinevirtual |
Documentation for each method.
Implements ICmpExample.
Definition at line 55 of file CCmpExample.cpp.
|
inlinestatic |
Definition at line 24 of file CCmpExample.cpp.
|
inlinevirtual |
Reimplemented from IComponent.
Definition at line 49 of file CCmpExample.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 29 of file CCmpExample.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 39 of file CCmpExample.cpp.
1.8.5