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

Function ToQuat

engine/script/src/script_vmath.cpp:601–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599 }
600
601 Quat* ToQuat(lua_State *L, int index)
602 {
603 return (Quat*)ToUserType(L, index, TYPE_HASHES[SCRIPT_TYPE_QUAT]);
604 }
605
606 static int Quat_tostring(lua_State *L)
607 {

Callers 9

Script_PropertyFunction · 0.85
GetPropertyTypeFunction · 0.85
CheckUserDataFunction · 0.85
Quat_eqFunction · 0.85
DoCheckTableFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
LuaSetFunction · 0.85
LuaAnimateFunction · 0.85

Calls 1

ToUserTypeFunction · 0.85

Tested by 2

TEST_FFunction · 0.68
TEST_FFunction · 0.68