|
| static void | ClassInit (CComponentManager &componentManager) |
| |
| static IComponent * | Allocate (const ScriptInterface &, JS::HandleValue) |
| |
| static void | Deallocate (IComponent *cmp) |
| |
| static std::string | GetSchema () |
| |
| 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 () |
| |
◆ Allocate()
◆ ClassInit()
| static void CCmpTerritoryInfluence::ClassInit |
( |
CComponentManager & |
componentManager | ) |
|
|
inlinestatic |
◆ Deallocate()
| static void CCmpTerritoryInfluence::Deallocate |
( |
IComponent * |
cmp | ) |
|
|
inlinestatic |
◆ Deinit()
| void CCmpTerritoryInfluence::Deinit |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Deserialize()
◆ GetComponentTypeId()
| int CCmpTerritoryInfluence::GetComponentTypeId |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetRadius()
| u32 CCmpTerritoryInfluence::GetRadius |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetSchema()
| static std::string CCmpTerritoryInfluence::GetSchema |
( |
| ) |
|
|
inlinestatic |
◆ GetWeight()
| u16 CCmpTerritoryInfluence::GetWeight |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ Init()
| void CCmpTerritoryInfluence::Init |
( |
const CParamNode & |
paramNode | ) |
|
|
inlineoverridevirtual |
◆ IsRoot()
| bool CCmpTerritoryInfluence::IsRoot |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ Serialize()
| void CCmpTerritoryInfluence::Serialize |
( |
ISerializer & |
serialize | ) |
|
|
inlineoverridevirtual |
◆ m_Radius
| u32 CCmpTerritoryInfluence::m_Radius |
◆ m_Root
| bool CCmpTerritoryInfluence::m_Root |
◆ m_Weight
| u16 CCmpTerritoryInfluence::m_Weight |
The documentation for this class was generated from the following file: