MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / lua_pushinteger

Function lua_pushinteger

lua/src/lapi.c:517–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515
516
517LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) {
518 lua_lock(L);
519 setivalue(s2v(L->top), n);
520 api_incr_top(L);
521 lua_unlock(L);
522}
523
524
525/*

Callers 15

l_getBiomeAtFunction · 0.85
l_getStructuresFunction · 0.85
loadScriptFunction · 0.85
runCheckScriptFunction · 0.85
mainFunction · 0.85
luaB_tonumberFunction · 0.85
luaB_rawlenFunction · 0.85
luaB_collectgarbageFunction · 0.85
ipairsauxFunction · 0.85
luaB_ipairsFunction · 0.85
luaB_selectFunction · 0.85
math_absFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected