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

Function lua_pushinteger

other_src/lua/src/lapi.cpp:459–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457
458
459LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) {
460 lua_lock(L);
461 setnvalue(L->top, cast_num(n));
462 api_incr_top(L);
463 lua_unlock(L);
464}
465
466
467LUA_API void lua_pushlstring (lua_State *L, const char *s, size_t len) {

Callers 15

os_pushresultFunction · 0.70
os_executeFunction · 0.70
setfieldFunction · 0.70
foreachiFunction · 0.70
getnFunction · 0.70
fix_lFunction · 0.70
runtimecapFunction · 0.70
pushcaptureFunction · 0.70
getcapturesFunction · 0.70
str_lenFunction · 0.70
str_byteFunction · 0.70
push_onecaptureFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected