Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/sluaunreal
/ lua_isinteger
Function
lua_isinteger
Plugins/slua_unreal/External/lua/lapi.cpp:268–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
267
268
LUA_API int lua_isinteger (lua_State *L, int idx) {
269
StkId o = index2addr(L, idx);
270
return ttisinteger(o);
271
}
272
273
274
LUA_API int lua_isnumber (lua_State *L, int idx) {
Callers
13
addliteral
Function · 0.85
g_write
Function · 0.85
luaL_tolstring
Function · 0.85
math_abs
Function · 0.85
math_floor
Function · 0.85
math_ceil
Function · 0.85
math_fmod
Function · 0.85
math_modf
Function · 0.85
math_type
Function · 0.85
set
Method · 0.85
initTuple
Method · 0.85
addClassReplicatedProps
Method · 0.85
Calls
1
index2addr
Function · 0.85
Tested by
no test coverage detected