Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.12 KB

player_resource.md

File metadata and controls

51 lines (32 loc) · 1.12 KB

🤗 player_resource

Functions:

get_entity

player_resource.get_entity(): table c_client_entity

get_a_spot_position

player_resource.get_a_spot_position(): c_vector3d

get_b_spot_position

player_resource.get_b_spot_position(): c_vector3d

get_netvar_float

player_resource.get_netvar_float(index,name): float

index int
name string

get_netvar_int

player_resource.get_netvar_int(index,name): int

index int
name string

get_netvar_bool

player_resource.get_netvar_bool(index,name): bool

index int
name string

get_netvar_string

player_resource.get_netvar_string(index,name): string

index int
name string