Skip to Content

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

Back to bzfs API Functions

This content is maintained on GitHub. We welcome any feedback and improvements!

Give us Feedback Edit this Page