MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / lua_pushinteger

Function lua_pushinteger

examples/ThirdPartyLibs/lua-5.2.3/src/lapi.c:522–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522LUA_API void lua_pushinteger(lua_State *L, lua_Integer n)
523{
524 lua_lock(L);
525 setnvalue(L->top, cast_num(n));
526 api_incr_top(L);
527 lua_unlock(L);
528}
529
530LUA_API void lua_pushunsigned(lua_State *L, lua_Unsigned u)
531{

Callers 15

mainFunction · 0.85
mainFunction · 0.85
luaB_rawlenFunction · 0.85
luaB_collectgarbageFunction · 0.85
pairsmetaFunction · 0.85
ipairsauxFunction · 0.85
luaB_selectFunction · 0.85
math_frexpFunction · 0.85
str_lenFunction · 0.85
str_byteFunction · 0.85
push_onecaptureFunction · 0.85
str_find_auxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected