bz_isPlayerPaused()
Available since 2.4.0
Check if a given player is currently paused.
Usage
bool bz_isPlayerPaused(int playerID)
Parameters | ||
---|---|---|
int |
playerID
|
The id of the player to check |
Returns
bool - True if the player specified is paused
Other Player State Functions
This content is maintained on GitHub. We welcome any feedback and improvements!