The SauerTracker game ID.
Optional
clientsNumber of clients that were present.
Optional
dateThe date when this game happened.
Protected
fetchedTrue if the class was fetched
The SauerTracker game ID.
Optional
mapThe name of the map this game was played on.
Optional
metaMetadata for this game. Possibilities known to me:
type | String | Number |
---|---|---|
clanwar | clan tag | score |
duel | player name | score |
Please add or notify me of any and all other possibilities you find.
Optional
modeThe game mode used for this game.
Optional
playersAn array of the players involved, including spectators.
Optional
serverThe server used for the game.
Optional
teamsAn array containing the teams that participated.
Optional
typeThe type of game this was. public
, duel
, mix
, clanwar
, intern
,
or other
Fetches the data from the API, filling out the current object. This should be an asynchronous function.
This object after fetching
True if this object is fetched
Sets properties based on the response sent from a request
This object after setting properties
The response data from the API
Static
findAsynchronously finds up to 20 games that match the given query. Both arguments are optional. Results are sorted by frags descendingly.
The search results and stats.
The host server of the game.
The port of the server.
Generated using TypeDoc
Class representing a game.