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

Method CreateTable

Code/CryEngine/CryScriptSystem/ScriptSystem.cpp:1018–1026  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

1016//////////////////////////////////////////////////////////////////////
1017//////////////////////////////////////////////////////////////////////
1018IScriptTable* CScriptSystem::CreateTable(bool bEmpty)
1019{
1020 CScriptTable* pObj = AllocTable();
1021 if (!bEmpty)
1022 {
1023 pObj->CreateNew();
1024 }
1025 return pObj;
1026}
1027
1028//////////////////////////////////////////////////////////////////////
1029//////////////////////////////////////////////////////////////////////

Callers 15

CreateScriptTablesMethod · 0.80
ProcessEventFunction · 0.80
CallFunctionMethod · 0.80
NotifyEventMethod · 0.80
CFlashUIActionMethod · 0.80
StartScriptMethod · 0.80
InitMethod · 0.80
SmartScriptTableMethod · 0.80
CreateMethod · 0.80
MergeTableMethod · 0.80
LoadSurfaceTypesMethod · 0.80

Calls 2

AllocTableFunction · 0.85
CreateNewMethod · 0.80

Tested by

no test coverage detected