bz_getPlayerCallsign()
Available since 2.4.0
Get the callsign of a player from a player ID.
Usage
const char* bz_getPlayerCallsign(int playerID)
Parameters | ||
---|---|---|
int |
playerID
|
The id of the player to get the callsign of |
Returns
const char* - The callsign of the player
Other Player Information Functions
This content is maintained on GitHub. We welcome any feedback and improvements!