MCPcopy Create free account
hub / github.com/Cocos-BCX/cocos-mainnet / lua_isinteger

Function lua_isinteger

libraries/lua-gph/lib/src/lapi.cpp:282–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282LUA_API int lua_isinteger(lua_State *L, int idx)
283{
284 StkId o = index2addr(L, idx);
285 return ttisinteger(o);
286}
287
288LUA_API int lua_isnumber(lua_State *L, int idx)
289{

Callers 9

addliteralFunction · 0.85
g_writeFunction · 0.85
luaL_tolstringFunction · 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

Calls 1

index2addrFunction · 0.85

Tested by

no test coverage detected