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

Method GetSelfAny

Code/CryEngine/CryScriptSystem/FunctionHandler.cpp:32–40  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

30
31//////////////////////////////////////////////////////////////////////////
32bool CFunctionHandler::GetSelfAny(ScriptAnyValue& any)
33{
34 bool bRes = false;
35 if (m_paramIdOffset > 0)
36 {
37 bRes = m_pSS->ToAny(any, 1);
38 }
39 return bRes;
40}
41
42//////////////////////////////////////////////////////////////////////////
43const char* CFunctionHandler::GetFuncName()

Callers

nothing calls this directly

Calls 1

ToAnyMethod · 0.80

Tested by

no test coverage detected