MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / CreateEmptyObject

Method CreateEmptyObject

CryScriptSystem/ScriptSystem.cpp:779–791  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

777//////////////////////////////////////////////////////////////////////
778//////////////////////////////////////////////////////////////////////
779IScriptObject *CScriptSystem::CreateEmptyObject()
780{
781 BEGIN_CHECK_STACK
782 CScriptObject *pObj = CreateScriptObject();
783 if (!pObj->CreateEmpty(this))
784 {
785 pObj->Release();
786 END_CHECK_STACK
787 return NULL;
788 };
789 END_CHECK_STACK
790 return pObj;
791}
792
793//////////////////////////////////////////////////////////////////////
794//////////////////////////////////////////////////////////////////////

Callers 15

_SmartScriptObjectMethod · 0.80
SayDialogMethod · 0.80
Debug_Full_recursiveMethod · 0.80
Debug_ElementsMethod · 0.80
ResetMethod · 0.80
InitMethod · 0.80
DoChangeBehaviorMethod · 0.80
GetMostLikelyTableMethod · 0.80
FindOrLoadTableMethod · 0.80
GetWidgetMethod · 0.80
ShowWidgetMethod · 0.80

Calls 2

CreateEmptyMethod · 0.45
ReleaseMethod · 0.45

Tested by

no test coverage detected