Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BigPig0/RelayLive
/ lua_isinteger
Function
lua_isinteger
ThirdParty/lua/lua/lapi.c:269–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
268
269
LUA_API int lua_isinteger (lua_State *L, int idx) {
270
StkId o = index2addr(L, idx);
271
return ttisinteger(o);
272
}
273
274
275
LUA_API int lua_isnumber (lua_State *L, int idx) {
Callers
15
_SaveTableValue
Function · 0.85
_SwitchTableKey
Function · 0.85
CheckInteger
Function · 0.85
_SaveTableValue
Function · 0.85
_SwitchTableKey
Function · 0.85
CheckVarFromLua
Function · 0.85
type
Method · 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
Calls
1
index2addr
Function · 0.85
Tested by
no test coverage detected