Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_Property
Function · 0.85
GetPropertyType
Function · 0.85
CheckUserData
Function · 0.85
Quat_eq
Function · 0.85
DoCheckTable
Function · 0.85
TEST_F
Function · 0.85
TEST_F
Function · 0.85
LuaSet
Function · 0.85
LuaAnimate
Function · 0.85
Calls
1
ToUserType
Function · 0.85
Tested by
2
TEST_F
Function · 0.68
TEST_F
Function · 0.68