This wiki is archived and useful information is being migrated to the main bzflag.org website

bz_isPlayerPaused

From BZFlagWiki
Jump to: navigation, search

bool bz_isPlayerPaused (int playerID)


Returns true if the specified player is currently paused, false if they are not

Parameters:
playerID  -  The id of the player to check
Returns:
True if the player specified is paused; false otherwise