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