Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
464
LUA_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_getpeername
Function · 0.85
udp_meth_receivefrom
Function · 0.85
opt_get_linger
Function · 0.85
utflen
Function · 0.85
codepoint
Function · 0.85
byteoffset
Function · 0.85
iter_aux
Function · 0.85
iter_codes
Function · 0.85
setfield
Function · 0.85
pack
Function · 0.85
str_len
Function · 0.85
str_byte
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected