MCPcopy Create free account
hub / github.com/MergHQ/CRYENGINE / CScriptBind_Inventory

Method CScriptBind_Inventory

Code/CryEngine/CryAction/ScriptBind_Inventory.cpp:19–28  ·  view source on GitHub ↗

------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

17
18//------------------------------------------------------------------------
19CScriptBind_Inventory::CScriptBind_Inventory(ISystem* pSystem, IGameFramework* pGameFramework)
20 : m_pSystem(pSystem),
21 m_pEntitySystem(gEnv->pEntitySystem),
22 m_pGameFramework(pGameFramework)
23{
24 Init(m_pSystem->GetIScriptSystem(), m_pSystem, 1);
25
26 RegisterMethods();
27 RegisterGlobals();
28}
29
30//------------------------------------------------------------------------
31CScriptBind_Inventory::~CScriptBind_Inventory()

Callers

nothing calls this directly

Calls 2

InitFunction · 0.50
GetIScriptSystemMethod · 0.45

Tested by

no test coverage detected