MCPcopy Create free account
hub / github.com/Tencent/sluaunreal / lua_pushinteger

Function lua_pushinteger

Plugins/slua_unreal/External/lua/lapi.cpp:464–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462
463
464LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) {
465 lua_lock(L);
466 setivalue(L->top, n);
467 api_incr_top(L);
468 lua_unlock(L);
469}
470
471
472/*

Callers 15

inet_meth_getpeernameFunction · 0.85
udp_meth_receivefromFunction · 0.85
opt_get_lingerFunction · 0.85
utflenFunction · 0.85
codepointFunction · 0.85
byteoffsetFunction · 0.85
iter_auxFunction · 0.85
iter_codesFunction · 0.85
setfieldFunction · 0.85
packFunction · 0.85
str_lenFunction · 0.85
str_byteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected