csgo.vector3
container for a 3-dimensional vector.
csgo.vector3(x, y, z)
Parameter
Data type
Description
x
integer
constructor x value
y
constructor y value
z
constructor z value
converts vector to screen coordinates. returns true if coordinates are on screen
to_screen( )
Last updated 3 years ago