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