MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / lua_pushnil

Function lua_pushnil

other_src/lua/src/lapi.cpp:443–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441
442
443LUA_API void lua_pushnil (lua_State *L) {
444 lua_lock(L);
445 setnilvalue(L->top);
446 api_incr_top(L);
447 lua_unlock(L);
448}
449
450
451LUA_API void lua_pushnumber (lua_State *L, lua_Number n) {

Callers 15

os_pushresultFunction · 0.70
os_dateFunction · 0.70
os_timeFunction · 0.70
foreachFunction · 0.70
maxnFunction · 0.70
tremoveFunction · 0.70
ll_loadlibFunction · 0.70
fix_lFunction · 0.70
type_lFunction · 0.70
matchlFunction · 0.70
str_find_auxFunction · 0.70
pushresultFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected