|
Pyrogenesis
13997
|
#include <ICmpTerritoryInfluence.h>
Public Member Functions | |
| virtual i32 | GetCost ()=0 |
| 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 ()=0 |
| virtual u32 | GetWeight ()=0 |
| virtual u32 | GetRadius ()=0 |
Public Member Functions inherited from IComponent | |
| virtual | ~IComponent () |
| virtual void | Init (const CParamNode ¶mNode)=0 |
| virtual void | Deinit ()=0 |
| 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 void | Serialize (ISerializer &serialize)=0 |
| virtual void | Deserialize (const CParamNode ¶mNode, IDeserializer &deserialize)=0 |
| virtual JSClass * | GetJSClass () const |
| virtual jsval | GetJSInstance () const |
Additional Inherited Members | |
Static Public Member Functions inherited from IComponent | |
| static std::string | GetSchema () |
| static u8 | GetSerializationVersion () |
Definition at line 23 of file ICmpTerritoryInfluence.h.
|
pure virtual |
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.
Implemented in CCmpTerritoryInfluence.
|
pure virtual |
Implemented in CCmpTerritoryInfluence.
|
pure virtual |
Implemented in CCmpTerritoryInfluence.
|
pure virtual |
Implemented in CCmpTerritoryInfluence.
1.8.5