Player
csgo.player
Last updated
csgo.player
Last updated
Player data type. Derives from . See
returns the player's name as a string
get_name( )
returns the player's eye position as a
get_eye_pos( )
returns true if the player is alive
is_alive( )
return a with the coordinates of the hitbox
get_hitbox_pos( hitbox )
Parameter
Data type
Description
hitbox
integer
the hitbox to get the
position of