This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

Bz isPlayerPaused: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
New page: {{apicall | name = bz_isPlayerPaused | description = Returns true if the specified player is currently paused, false if they are not | param1 = playerID | param1type =...
 
(No difference)

Latest revision as of 07:06, 15 December 2008

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