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

Method EndCall

Code/CryEngine/CryScriptSystem/ScriptSystem.cpp:1698–1701  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1696
1697//////////////////////////////////////////////////////////////////////////
1698bool CScriptSystem::EndCall()
1699{
1700 return EndCallN(0);
1701}
1702
1703//////////////////////////////////////////////////////////////////////////
1704bool CScriptSystem::EndCallAny(ScriptAnyValue& any)

Callers 15

ReloadMethod · 0.45
ResetCharacterMethod · 0.45
SetCharacterMethod · 0.45
CallScriptMethod · 0.45
CompleteInitMethod · 0.45
ReleaseScriptBindsMethod · 0.45
CreateItemTableMethod · 0.45
OnInputEventMethod · 0.45
CallScriptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected