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

Method is_vector3

src/lua/lua_stack.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35bool LuaStack::is_vector3(int i)
36{
37 return device()->_lua_environment->is_vector3((Vector3 *)lua_touserdata(L, i));
38}
39
40bool LuaStack::is_quaternion(int i)
41{

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