MCPcopy Create free account
hub / github.com/DFHack/dfhack / lua_isinteger

Function lua_isinteger

depends/lua/src/lapi.c:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268
269
270LUA_API int lua_isinteger (lua_State *L, int idx) {
271 StkId o = index2addr(L, idx);
272 return ttisinteger(o);
273}
274
275
276LUA_API int lua_isnumber (lua_State *L, int idx) {

Callers 13

get_one_widgetFunction · 0.85
textures_deleteHandleFunction · 0.85
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_tolstringFunction · 0.85
g_writeFunction · 0.85
get_burrowFunction · 0.85

Calls 1

index2addrFunction · 0.85

Tested by

no test coverage detected