Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ lua_gettop
Function
lua_gettop
other_src/lua/src/lapi.cpp:160–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
159
160
LUA_API int lua_gettop (lua_State *L) {
161
return cast_int(L->top - L->base);
162
}
163
164
165
LUA_API void lua_settop (lua_State *L, int idx) {
Callers
15
tinsert
Function · 0.70
ll_module
Function · 0.70
match
Function · 0.70
range_l
Function · 0.70
fix_l
Function · 0.70
capconst_l
Function · 0.70
functioncap
Function · 0.70
matchl
Function · 0.70
str_char
Function · 0.70
str_format
Function · 0.70
io_lines
Function · 0.70
g_read
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected