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

Function IsVector4

engine/script/src/script_vmath.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429 };
430
431 bool IsVector4(lua_State *L, int index)
432 {
433 return dmScript::GetUserType(L, index) == TYPE_HASHES[SCRIPT_TYPE_VECTOR4];
434 }
435
436 Vector4* ToVector4(lua_State *L, int index)
437 {

Callers 5

Types_IsVector4Function · 0.85
DoCheckTableSizeFunction · 0.85
FillConstantsFromLuaFunction · 0.85
GetConstantValuesFromLuaFunction · 0.85

Calls 1

GetUserTypeFunction · 0.85

Tested by

no test coverage detected