Syntax

dbNetPlayersChecklist()

Description

This command will fill the checklist with all the players currently seen by the currently active net game. The checklist contains five pieces of data for each player listed. The checklist string contains the given name of the player. The dbChecklistValueA contains a unique ID provided for the player when the player appeared in the net game. This ID is only unique to the application and will remain with the player as long as it resides in the net game. You can use this ID to reference an array containing the players game data. dbChecklistValueB contains a special universal ID for the player, and this value does not change from machine to machine. You can use it to isolate a player on any machine. dbChecklistValueC will be set to one if the listed player is the current local player. dbChecklistValueD will be set to one if the listed player is the host player of the net game. Use the checklist commands in the system library set to read the checklist.

See Also

dbChecklistString, dbChecklistValueA, dbChecklistValueB, dbChecklistValueC, dbChecklistValueD, dbEmptyChecklist, dbChecklistQuantity, dbCreateNetPlayer