#include <ICmpGarrisonHolder.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 () |
|
◆ GetEntities()
virtual std::vector< entity_id_t > ICmpGarrisonHolder::GetEntities |
( |
| ) |
const |
|
pure virtual |
◆ SetInitEntities()
virtual void ICmpGarrisonHolder::SetInitEntities |
( |
std::vector< entity_id_t > && |
entities | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: