Public Member Functions | |
| string | GetBotNameFromID (string botID) |
| Get a Bot's name from a given ID. | |
| bool | IsBot (string id) |
| Check to see if a specified ID is from a Bot. | |
Properties | |
| List< UTBotOppState > | PlayersVisible |
| List of UTBotOppState containing all the Opponent Bots that you can currently see. | |
| List< UTItemPoint > | ItemsVisible |
| List of UTInvItem containing all the inventory item pickups that you can currently see. | |
| List< UTNavPoint > | NavPointsVisible |
| List of UTNavPoint containing all the Navigation Points you can currently see. | |
| List< UTPlayerScore > | CurrentScores |
| List of UTPlayerScore containing all the bots in the game and their scores. | |
| internal int | FragLimit |
Private Member Functions | |
| internal | GameState () |
| internal void | UpdateGameState (Queue< UTMessage > messageQueue) |
| internal void | UpdateGameState (UTMessage msg) |
| internal void | Clear () |
| internal void | SetScores (UTMessage msg) |
| void | RemoveOldScores (UTMessage msg) |
| internal void | PrintScores (TextWriter output) |
Private Attributes | |
| List< UTBotOppState > | oppList = new List<UTBotOppState>() |
| List< UTItemPoint > | invList = new List<UTItemPoint>() |
| List< UTNavPoint > | navList = new List<UTNavPoint>() |
| string | selfID = "" |
| List< UTPlayerScore > | scoresList = new List<UTPlayerScore>() |
| int | fragLimit |
| const int | CHECK_INTERVAL = 10 |
| int | checkTime = CHECK_INTERVAL |
|
|
|
|
|
|
|
|
Get a Bot's name from a given ID.
|
|
|
Check to see if a specified ID is from a Bot.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
List of UTPlayerScore containing all the bots in the game and their scores.
|
|
|
|
|
|
List of UTInvItem containing all the inventory item pickups that you can currently see.
|
|
|
List of UTNavPoint containing all the Navigation Points you can currently see.
|
|
|
List of UTBotOppState containing all the Opponent Bots that you can currently see.
|
1.4.6-NO