MCPcopy 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
307LUA_API int lua_isinteger (lua_State *L, int idx) {
308 const TValue *o = index2value(L, idx);
309 return ttisinteger(o);
310}
311
312
313LUA_API int lua_isnumber (lua_State *L, int idx) {

Callers 11

math_absFunction · 0.85
math_floorFunction · 0.85
math_ceilFunction · 0.85
math_fmodFunction · 0.85
math_modfFunction · 0.85
math_typeFunction · 0.85
addliteralFunction · 0.85
luaL_refFunction · 0.85
luaL_unrefFunction · 0.85
luaL_tolstringFunction · 0.85
g_writeFunction · 0.85

Calls 1

index2valueFunction · 0.85

Tested by

no test coverage detected