|
Pyrogenesis
13997
|
Basic ICmpOwnership implementation. More...
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 player_id_t | GetOwner () |
| virtual void | SetOwner (player_id_t playerID) |
| virtual void | SetOwnerQuiet (player_id_t playerID) |
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 () |
Public Attributes | |
| player_id_t | m_Owner |
Basic ICmpOwnership implementation.
Definition at line 28 of file CCmpOwnership.cpp.
|
inlinestatic |
Definition at line 36 of file CCmpOwnership.cpp.
|
inlinestatic |
Definition at line 31 of file CCmpOwnership.cpp.
|
inlinestatic |
Definition at line 36 of file CCmpOwnership.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 53 of file CCmpOwnership.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 62 of file CCmpOwnership.cpp.
|
inlinevirtual |
Implements ICmpOwnership.
Definition at line 80 of file CCmpOwnership.cpp.
|
inlinestatic |
Definition at line 40 of file CCmpOwnership.cpp.
|
inlinevirtual |
Reimplemented from IComponent.
Definition at line 67 of file CCmpOwnership.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 48 of file CCmpOwnership.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 57 of file CCmpOwnership.cpp.
|
inlinevirtual |
Implements ICmpOwnership.
Definition at line 85 of file CCmpOwnership.cpp.
|
inlinevirtual |
Implements ICmpOwnership.
Definition at line 97 of file CCmpOwnership.cpp.
| player_id_t CCmpOwnership::m_Owner |
Definition at line 38 of file CCmpOwnership.cpp.
1.8.5