Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ IsMatrix4
Function
IsMatrix4
engine/script/src/script_vmath.cpp:718–721 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
716
};
717
718
bool IsMatrix4(lua_State *L, int index)
719
{
720
return dmScript::GetUserType(L, index) == TYPE_HASHES[SCRIPT_TYPE_MATRIX4];
721
}
722
723
Matrix4* ToMatrix4(lua_State *L, int index)
724
{
Callers
7
Types_IsMatrix4
Function · 0.85
DoCheckTableSize
Function · 0.85
RenderScriptSetNamedValueFromLua
Function · 0.85
FillConstantsFromLua
Function · 0.85
GetConstantValuesFromLua
Function · 0.85
Material_SetVertexAttributes
Function · 0.85
ParticleFX_SetConstant
Function · 0.85
Calls
1
GetUserType
Function · 0.85
Tested by
no test coverage detected