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

Difference between revisions of "Bz getPlayerIndexList(bz APIIntList)"

From BZFlagWiki
Jump to: navigation, search
(New page: {{apicall | name = bool bz_getPlayerIndexList( bz_APIIntList *playerList ) | description = Gets the current list of players, and places them in the int list specified. The value...)
 
(fix page)
 
Line 1: Line 1:
 
{{apicall
 
{{apicall
 
| name          = bool bz_getPlayerIndexList( bz_APIIntList *playerList )
 
| name          = bool bz_getPlayerIndexList( bz_APIIntList *playerList )
| description  = Gets the current list of players, and places them in the int list specified. The values are the player indexes, which can be passed to [[bz_getPlayerByIndex]] to get information about the player.
+
| description  = Gets the current list of players, and places them in the [[Bz_APIIntList|int list]] specified. The values are the player indexes, which can be passed to [[bz_getPlayerByIndex]] to get information about the player.
 
| param1        = playerList
 
| param1        = playerList
 
| param1desc    =
 
| param1desc    =
 +
}}

Latest revision as of 15:15, 28 January 2013

void bool bz_getPlayerIndexList( bz_APIIntList *playerList ) (playerList)


Gets the current list of players, and places them in the int list specified. The values are the player indexes, which can be passed to bz_getPlayerByIndex to get information about the player.

Parameters:
playerList