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

Function Vector4_unm

engine/script/src/script_vmath.cpp:548–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546 }
547
548 static int Vector4_unm(lua_State *L)
549 {
550 Vector4* v = (Vector4*)lua_touserdata(L, 1);
551 PushVector4(L, - *v);
552 return 1;
553 }
554
555 static int Vector4_concat(lua_State *L)
556 {

Callers

nothing calls this directly

Calls 2

lua_touserdataFunction · 0.85
PushVector4Function · 0.85

Tested by

no test coverage detected