Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ ArgGetVarCount
Function
ArgGetVarCount
source/lib/Scripts/src/Scripts.cpp:263–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
}
262
263
int ArgGetVarCount()
264
{
265
lua_init();
266
267
return lua_gettop(g_lua_state);
268
}
269
270
void ArgDbgDump()
271
{
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
2
lua_init
Function · 0.85
lua_gettop
Function · 0.85
Tested by
no test coverage detected