MCPcopy Create free account
hub / github.com/crownengine/crown / is_matrix4x4

Method is_matrix4x4

src/lua/lua_stack.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45bool LuaStack::is_matrix4x4(int i)
46{
47 return device()->_lua_environment->is_matrix4x4((Matrix4x4 *)lua_touserdata(L, i));
48}
49
50#if CROWN_DEBUG
51Vector3 *LuaStack::check_temporary(int i, const Vector3 *ptr)

Callers 4

lua_dump_tableFunction · 0.45
load_apiFunction · 0.45
check_temporaryMethod · 0.45

Calls 2

deviceFunction · 0.85
lua_touserdataFunction · 0.50

Tested by

no test coverage detected