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

bz_canPlayerSpawn

From BZFlagWiki
Revision as of 07:43, 15 December 2008 by Javawizard2539 (Talk | contribs) (New page: {{apicall | name = bz_canPlayerSpawn | description = Returns true if the specified player is allowed to spawn, false if they are not | param1 = playerID | param1type =...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

bool bz_canPlayerSpawn (int playerID)


Returns true if the specified player is allowed to spawn, false if they are not

Parameters:
playerID  -  The player to check
Returns:
True if the player is allowed to spawn, false otherwise