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

bz_getAdmin

From BZFlagWiki
Revision as of 06:16, 15 December 2008 by Javawizard2539 (Talk | contribs) (New page: {{apicall | name = bz_getAdmin | description = Returns true if the player specified is an administrator on this server. Returns false otherwise. | param1 = playerID | par...)

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

bool bz_getAdmin (int playerID)


Returns true if the player specified is an administrator on this server. Returns false otherwise.

Parameters:
playerID  -  The id of the player to check for admin status
Returns:
True if the player specified is an administrator; false otherwise