Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ lua_gettop
Function
lua_gettop
engine/lua/src/lua/lapi.c:159–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
158
159
LUA_API int lua_gettop (lua_State *L) {
160
return cast_int(L->top - L->base);
161
}
162
163
164
LUA_API void lua_settop (lua_State *L, int idx) {
Callers
15
Crash_GetModules
Function · 0.85
Crash_GetBacktrace
Function · 0.85
InitializeCrash
Function · 0.85
TEST_F
Function · 0.85
TEST_F
Function · 0.85
GetScript
Function · 0.85
ScriptInstance_newindex
Function · 0.85
ResolveInstance
Function · 0.85
Script_Get
Function · 0.85
Script_Set
Function · 0.85
Script_SetParent
Function · 0.85
Script_GetId
Function · 0.85
Calls
no outgoing calls
Tested by
15
TEST_F
Function · 0.68
TEST_F
Function · 0.68
TEST_F
Function · 0.68
LuaTestCompType
Function · 0.68
LuaTestGetComponentFromLua
Function · 0.68
TEST_F
Function · 0.68
TEST_F
Function · 0.68
NewUserType
Function · 0.68
DeleteUserType
Function · 0.68
TEST_F
Function · 0.68
TEST_F
Function · 0.68
TEST_F
Function · 0.68