Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_IsQuat
Function · 0.85
DoCheckTableSize
Function · 0.85
Calls
1
GetUserType
Function · 0.85
Tested by
no test coverage detected