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 getPlayerIPAddress: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
Yassen (talk | contribs)
m return -> returns
Yassen (talk | contribs)
m returnType -> returntype
Line 5: Line 5:
| param1type  = int
| param1type  = int
| param1desc  = Player to lookup.
| param1desc  = Player to lookup.
| returnType = const char*
| returntype = const char*
| returns    = The player's IPAddress.
| returns    = The player's IPAddress.
| version    = 2.99.x or later
| version    = 2.99.x or later
}}
}}

Revision as of 00:10, 12 February 2009

const char* bz_getPlayerIPAddress (int playerID)


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

Parameters:
playerID  -  Player to lookup.
Returns:
The player's IPAddress.