Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
708
ScriptVar ArgGetVar(int index)
709
{
710
lua_init();
711
712
ScriptVar ret = ScriptVar::ReadVar(index + 1, false);
713
return ret;
714
}
715
716
ScriptVar ArgGetVarWithParent(int index)
717
{
Callers
4
ArgDbgDump
Function · 0.85
KYTY_STATIC_SCRIPT_FUNC
Function · 0.85
KYTY_SCRIPT_FUNC
Function · 0.85
KYTY_SCRIPT_FUNC
Function · 0.85
Calls
1
lua_init
Function · 0.85
Tested by
no test coverage detected