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

Method Create

CryCommon/IScriptSystem.h:712–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710 return m_pSO;
711 }
712 bool Create(IScriptSystem *pSS)
713 {
714 m_pSO=pSS->CreateObject();
715 return m_pSO?true:false;
716 }
717
718 //////////////////////////////////////////////////////////////////////////
719 // Boolean comparasions.

Callers

nothing calls this directly

Calls 1

CreateObjectMethod · 0.45

Tested by

no test coverage detected