Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ lua_gettop
Function
lua_gettop
src/lua/src/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
LuaStackToBinaryConverter
Function · 0.85
LuaStackToBinary
Function · 0.85
SaveRecordPartial
Method · 0.85
CallRegisteredLuaLoadFunctions
Function · 0.85
toCStringConverter
Function · 0.85
rawToCString
Function · 0.85
toCString
Function · 0.85
copytable
Function · 0.85
savestate_create_aliased
Function · 0.85
savestate_loadscriptdata
Function · 0.85
movie_rerecordcounting
Function · 0.85
movie_playback
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected