MCPcopy 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
263int ArgGetVarCount()
264{
265 lua_init();
266
267 return lua_gettop(g_lua_state);
268}
269
270void ArgDbgDump()
271{

Callers 4

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

Calls 2

lua_initFunction · 0.85
lua_gettopFunction · 0.85

Tested by

no test coverage detected