Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ lua_pushinteger
Function
lua_pushinteger
depends/lua/src/lapi.c:466–471 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
464
465
466
LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) {
467
lua_lock(L);
468
setivalue(L->top, n);
469
api_incr_top(L);
470
lua_unlock(L);
471
}
472
473
474
/*
Callers
15
Push
Method · 0.85
PushInterfaceKeys
Method · 0.85
PushPosXYZ
Method · 0.85
PushPosXY
Method · 0.85
lua_dfhack_color
Function · 0.85
dfhack_curry
Function · 0.85
dfhack_event_len
Function · 0.85
dfhack_timeout
Function · 0.85
lua_read
Method · 0.85
meta_container_len
Function · 0.85
meta_container_nexti
Function · 0.85
meta_bitfield_len
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected