player_t

This is a list of all properties and methods available within the player_t class.

Available methods:

NameDefinition

get_player

uint64 get_player()

get_steam_player

uint64 get_steam_player()

get_player_look

uint64 get_player_look()

get_player_movement

uint64 get_player_movement()

Available properties:

NameDefinition

name

string name

weapon_name

string weapon_name

position

vec3_t position

bounds

bounding_box_t bounds

You can obtain a reference to this type by calling "get_players".

Last updated