Vector4Scale
v = [1, 2, 3, 4] result = raylib.Vector4Scale(v, 3) print result // [3, 6, 9, 12]
There was an error while loading. Please reload this page.