vec3_t

local vec = vec3_t(100, 100, 100)
print(vec)

Fields

FieldDescription

x float

y float

z float

Functions

TODO

Last updated