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

Method PopAny

Code/CryEngine/CryScriptSystem/ScriptSystem.cpp:1655–1660  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1653//////////////////////////////////////////////////////////////////////////
1654//////////////////////////////////////////////////////////////////////////
1655bool CScriptSystem::PopAny(ScriptAnyValue& var)
1656{
1657 bool res = ToAny(var, -1);
1658 lua_pop(L, 1);
1659 return res;
1660}
1661
1662/*
1663 #include <signal.h>

Callers 3

GetValueAnyMethod · 0.80
GetAtAnyMethod · 0.80
MoveNextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected