Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cubitect/cubiomes-viewer
/ lua_isinteger
Function
lua_isinteger
lua/src/lapi.c:307–310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
306
307
LUA_API int lua_isinteger (lua_State *L, int idx) {
308
const TValue *o = index2value(L, idx);
309
return ttisinteger(o);
310
}
311
312
313
LUA_API int lua_isnumber (lua_State *L, int idx) {
Callers
11
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
addliteral
Function · 0.85
luaL_ref
Function · 0.85
luaL_unref
Function · 0.85
luaL_tolstring
Function · 0.85
g_write
Function · 0.85
Calls
1
index2value
Function · 0.85
Tested by
no test coverage detected