MCPcopy 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_IsMatrix4Function · 0.85
DoCheckTableSizeFunction · 0.85
FillConstantsFromLuaFunction · 0.85
GetConstantValuesFromLuaFunction · 0.85
ParticleFX_SetConstantFunction · 0.85

Calls 1

GetUserTypeFunction · 0.85

Tested by

no test coverage detected