MCPcopy Create free account
hub / github.com/Tencent/sluaunreal / lua_isinteger

Function lua_isinteger

Plugins/slua_unreal/External/lua/lapi.cpp:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 13

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
setMethod · 0.85
initTupleMethod · 0.85

Calls 1

index2addrFunction · 0.85

Tested by

no test coverage detected