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 i32 | GetCost () |
Returns either -1 to indicate no special terrain cost, or a value in [0, 255] to indicate overriding the normal cost of the terrain under the entity's obstruction. More... | |
virtual bool | IsRoot () |
virtual u32 | GetWeight () |
virtual u32 | GetRadius () |
![]() | |
virtual | ~IComponent () |
virtual void | HandleMessage (const CMessage &msg, bool global) |
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 | |
i32 | m_Cost |
bool | m_Root |
u32 | m_Weight |
u32 | m_Radius |
Definition at line 27 of file CCmpTerritoryInfluence.cpp.
|
inlinestatic |
Definition at line 34 of file CCmpTerritoryInfluence.cpp.
|
inlinestatic |
Definition at line 30 of file CCmpTerritoryInfluence.cpp.
|
inlinestatic |
Definition at line 34 of file CCmpTerritoryInfluence.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 74 of file CCmpTerritoryInfluence.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 82 of file CCmpTerritoryInfluence.cpp.
|
inlinevirtual |
Returns either -1 to indicate no special terrain cost, or a value in [0, 255] to indicate overriding the normal cost of the terrain under the entity's obstruction.
Implements ICmpTerritoryInfluence.
Definition at line 87 of file CCmpTerritoryInfluence.cpp.
|
inlinevirtual |
Implements ICmpTerritoryInfluence.
Definition at line 102 of file CCmpTerritoryInfluence.cpp.
|
inlinestatic |
Definition at line 41 of file CCmpTerritoryInfluence.cpp.
|
inlinevirtual |
Implements ICmpTerritoryInfluence.
Definition at line 97 of file CCmpTerritoryInfluence.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 62 of file CCmpTerritoryInfluence.cpp.
|
inlinevirtual |
Implements ICmpTerritoryInfluence.
Definition at line 92 of file CCmpTerritoryInfluence.cpp.
|
inlinevirtual |
Implements IComponent.
Definition at line 78 of file CCmpTerritoryInfluence.cpp.
i32 CCmpTerritoryInfluence::m_Cost |
Definition at line 36 of file CCmpTerritoryInfluence.cpp.
u32 CCmpTerritoryInfluence::m_Radius |
Definition at line 39 of file CCmpTerritoryInfluence.cpp.
bool CCmpTerritoryInfluence::m_Root |
Definition at line 37 of file CCmpTerritoryInfluence.cpp.
u32 CCmpTerritoryInfluence::m_Weight |
Definition at line 38 of file CCmpTerritoryInfluence.cpp.