|
static void | ClassInit (CComponentManager &componentManager) |
|
static IComponent * | Allocate (const ScriptInterface &scriptInterface, JS::HandleValue instance) |
|
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 () |
|
◆ CCmpPlayerManagerScripted()
CCmpPlayerManagerScripted::CCmpPlayerManagerScripted |
( |
const ScriptInterface & |
scriptInterface, |
|
|
JS::HandleValue |
instance |
|
) |
| |
|
inline |
◆ Allocate()
static IComponent * CCmpPlayerManagerScripted::Allocate |
( |
const ScriptInterface & |
scriptInterface, |
|
|
JS::HandleValue |
instance |
|
) |
| |
|
inlinestatic |
◆ ClassInit()
static void CCmpPlayerManagerScripted::ClassInit |
( |
CComponentManager & |
componentManager | ) |
|
|
inlinestatic |
◆ Deallocate()
static void CCmpPlayerManagerScripted::Deallocate |
( |
IComponent * |
cmp | ) |
|
|
inlinestatic |
◆ Deinit()
void CCmpPlayerManagerScripted::Deinit |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Deserialize()
◆ GetComponentTypeId()
int CCmpPlayerManagerScripted::GetComponentTypeId |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetJSInstance()
JS::Value CCmpPlayerManagerScripted::GetJSInstance |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetNumPlayers()
int32_t CCmpPlayerManagerScripted::GetNumPlayers |
( |
| ) |
|
|
inlineoverridevirtual |
◆ GetPlayerByID()
entity_id_t CCmpPlayerManagerScripted::GetPlayerByID |
( |
int32_t |
id | ) |
|
|
inlineoverridevirtual |
◆ GetSchema()
static std::string CCmpPlayerManagerScripted::GetSchema |
( |
| ) |
|
|
inlinestatic |
◆ HandleMessage()
void CCmpPlayerManagerScripted::HandleMessage |
( |
const CMessage & |
msg, |
|
|
bool |
global |
|
) |
| |
|
inlineoverridevirtual |
◆ Init()
void CCmpPlayerManagerScripted::Init |
( |
const CParamNode & |
paramNode | ) |
|
|
inlineoverridevirtual |
◆ Serialize()
void CCmpPlayerManagerScripted::Serialize |
( |
ISerializer & |
serialize | ) |
|
|
inlineoverridevirtual |
◆ m_Script
The documentation for this class was generated from the following file: