![]() |
Nuclide
Software Development Kit for id Technology (BETA)
|
Player library.
Public Member Functions | |
vector | GetCameraPosition (void) |
Get the current 3D viewport's camera position. More... | |
vector | GetCameraAngles (void) |
Get the current 3D viewport's camera angle. More... | |
float | GetArmor (void) |
Get the current player's armor value. More... | |
float | GetHealth (void) |
Get the current player's health value. More... | |
float | GetStamina (void) |
Get the current player's stamina value. More... | |
int | GetTeam (void) |
Get the current player's team ID. More... | |
bool | IsStanding (void) |
Check if the current player is standing upright. More... | |
bool | IsLeaning (void) |
Check if the current player is leaning in any direction. More... | |
bool | IsSprinting (void) |
Check if the current player is actively sprinting. More... | |
bool | IsCrouched (void) |
Check if the current player is actively crouched/ducked. More... | |
bool | IsProne (void) |
Check if the current player is actively prone/laying flat on the ground. More... | |
bool | HasItem (string itemClassName) |
Check if the current player has a particular item. More... | |
float playerAPI_t::GetArmor | ( | void | ) |
Get the current player's armor value.
vector playerAPI_t::GetCameraAngles | ( | void | ) |
Get the current 3D viewport's camera angle.
vector playerAPI_t::GetCameraPosition | ( | void | ) |
Get the current 3D viewport's camera position.
float playerAPI_t::GetHealth | ( | void | ) |
Get the current player's health value.
float playerAPI_t::GetStamina | ( | void | ) |
Get the current player's stamina value.
int playerAPI_t::GetTeam | ( | void | ) |
Get the current player's team ID.
bool playerAPI_t::HasItem | ( | string | itemClassName | ) |
Check if the current player has a particular item.
itemClassName | the classname of the item. E.g. "item_suit" |
bool playerAPI_t::IsCrouched | ( | void | ) |
Check if the current player is actively crouched/ducked.
bool playerAPI_t::IsLeaning | ( | void | ) |
Check if the current player is leaning in any direction.
bool playerAPI_t::IsProne | ( | void | ) |
Check if the current player is actively prone/laying flat on the ground.
bool playerAPI_t::IsSprinting | ( | void | ) |
Check if the current player is actively sprinting.
bool playerAPI_t::IsStanding | ( | void | ) |
Check if the current player is standing upright.
As in, not ducking, prone. They may still be walking or running.