MCPcopy Create free account
hub / github.com/defold/defold / IsQuat

Function IsQuat

engine/script/src/script_vmath.cpp:596–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594 };
595
596 bool IsQuat(lua_State *L, int index)
597 {
598 return dmScript::GetUserType(L, index) == TYPE_HASHES[SCRIPT_TYPE_QUAT];
599 }
600
601 Quat* ToQuat(lua_State *L, int index)
602 {

Callers 2

Types_IsQuatFunction · 0.85
DoCheckTableSizeFunction · 0.85

Calls 1

GetUserTypeFunction · 0.85

Tested by

no test coverage detected