MCPcopy Create free account
hub / github.com/InoriRus/Kyty / ArgGetVar

Function ArgGetVar

source/lib/Scripts/src/Scripts.cpp:708–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706}
707
708ScriptVar ArgGetVar(int index)
709{
710 lua_init();
711
712 ScriptVar ret = ScriptVar::ReadVar(index + 1, false);
713 return ret;
714}
715
716ScriptVar ArgGetVarWithParent(int index)
717{

Callers 4

ArgDbgDumpFunction · 0.85
KYTY_STATIC_SCRIPT_FUNCFunction · 0.85
KYTY_SCRIPT_FUNCFunction · 0.85
KYTY_SCRIPT_FUNCFunction · 0.85

Calls 1

lua_initFunction · 0.85

Tested by

no test coverage detected