MCPcopy Create free account
hub / github.com/DFHack/dfhack / lua_pushnil

Function lua_pushnil

depends/lua/src/lapi.c:450–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448
449
450LUA_API void lua_pushnil (lua_State *L) {
451 lua_lock(L);
452 setnilvalue(L->top);
453 api_incr_top(L);
454 lua_unlock(L);
455}
456
457
458LUA_API void lua_pushnumber (lua_State *L, lua_Number n) {

Callers 15

GetVectorMethod · 0.85
PushPosXYZMethod · 0.85
PushPosXYMethod · 0.85
get_consoleFunction · 0.85
dfhack_lineedit_syncFunction · 0.85
dfhack_lineeditFunction · 0.85
RunCoreQueryLoopMethod · 0.85
dfhack_event_nextFunction · 0.85
dfhack_event_pairsFunction · 0.85
dfhack_event_invokeFunction · 0.85
OpenMethod · 0.85
dfhack_timeoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected