#include <ICmpTerritoryInfluence.h>
|
using | AllocFunc = IComponent *(*)(const ScriptInterface &scriptInterface, JS::HandleValue ctor) |
|
using | DeallocFunc = void(*)(IComponent *) |
|
static std::string | GetSchema () |
|
static void | RegisterComponentType (CComponentManager &mgr, EInterfaceId iid, EComponentTypeId cid, AllocFunc alloc, DeallocFunc dealloc, const char *name, const std::string &schema) |
|
static void | RegisterComponentTypeScriptWrapper (CComponentManager &mgr, EInterfaceId iid, EComponentTypeId cid, AllocFunc alloc, DeallocFunc dealloc, const char *name, const std::string &schema) |
|
static u8 | GetSerializationVersion () |
|
◆ GetRadius()
virtual u32 ICmpTerritoryInfluence::GetRadius |
( |
| ) |
const |
|
pure virtual |
◆ GetWeight()
virtual u16 ICmpTerritoryInfluence::GetWeight |
( |
| ) |
const |
|
pure virtual |
◆ IsRoot()
virtual bool ICmpTerritoryInfluence::IsRoot |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: