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

Function ToMatrix4

engine/script/src/script_vmath.cpp:723–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721 }
722
723 Matrix4* ToMatrix4(lua_State *L, int index)
724 {
725 return (Matrix4*)ToUserType(L, index, TYPE_HASHES[SCRIPT_TYPE_MATRIX4]);
726 }
727
728 static int Matrix4_tostring(lua_State *L)
729 {

Callers 6

CheckUserDataFunction · 0.70
Matrix4_mulFunction · 0.70
Matrix4_eqFunction · 0.70
DoCheckTableFunction · 0.70
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls 1

ToUserTypeFunction · 0.85

Tested by 2

TEST_FFunction · 0.40
TEST_FFunction · 0.40