MCPcopy Create free account
hub / github.com/axmolengine/axmol / lua_type

Function lua_type

3rdparty/lua/plainlua/lapi.c:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283
284LUA_API int lua_type (lua_State *L, int idx) {
285 const TValue *o = index2value(L, idx);
286 return (isvalid(L, o) ? ttype(o) : LUA_TNONE);
287}
288
289
290LUA_API const char *lua_typename (lua_State *L, int t) {

Callers 15

strictCheckTypeMethod · 0.85
strictCheckTypeMethod · 0.85
strictCheckTypeMethod · 0.85
strictCheckTypeMethod · 0.85
strictCheckTypeMethod · 0.85
compat53_call_luaFunction · 0.85
lua_lenFunction · 0.85
lua_rawgetpFunction · 0.85
compat53_findfieldFunction · 0.85
lua_getiFunction · 0.85
lua_isintegerFunction · 0.85
luaL_tolstringFunction · 0.85

Calls 1

index2valueFunction · 0.85

Tested by

no test coverage detected