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

Difference between revisions of "Bz getPlayerIPAddress"

From BZFlagWiki
Jump to: navigation, search
(Added bz_getPlayerIPAddress)
 
m (version)
Line 6: Line 6:
 
| param1desc  = Player to lookup.
 
| param1desc  = Player to lookup.
 
| returnType  = const char*
 
| returnType  = const char*
 +
| version    = 2.99.x or later
 
}}
 
}}

Revision as of 23:59, 11 February 2009

void bz_getPlayerIPAddress (int playerID)


Minimum API Version: 2.99.x or later
Returns the player's IPAddress.

Parameters:
playerID  -  Player to lookup.