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

Method EndFunctionAny

Code/CryEngine/CryScriptSystem/FunctionHandler.cpp:105–109  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

103
104//////////////////////////////////////////////////////////////////////////
105int CFunctionHandler::EndFunctionAny(const ScriptAnyValue& any)
106{
107 m_pSS->PushAny(any);
108 return (any.type == ANY_TNIL || any.type == ANY_ANY) ? 0 : 1;
109}
110
111//////////////////////////////////////////////////////////////////////////
112int CFunctionHandler::EndFunctionAny(const ScriptAnyValue& any1, const ScriptAnyValue& any2)

Callers 1

GetVariableMethod · 0.80

Calls 1

PushAnyMethod · 0.80

Tested by

no test coverage detected