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

Function lua_isinteger

WebGLPlugins/xlua.c:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82LUA_API int lua_isinteger (lua_State *L, int idx) {
83 return 0;
84}
85
86LUA_API uint32_t xlua_objlen (lua_State *L, int idx) {
87 return lua_objlen (L, idx);

Callers 12

math_absFunction · 0.70
math_floorFunction · 0.70
math_ceilFunction · 0.70
math_fmodFunction · 0.70
math_modfFunction · 0.70
math_typeFunction · 0.70
addliteralFunction · 0.70
xlua_touintFunction · 0.70
luaL_tolstringFunction · 0.70
lua_isint64Function · 0.70
lua_isuint64Function · 0.70
g_writeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected