public class GameInfoStaticImpl extends GameInfoStatic
| Modifier and Type | Class and Description |
|---|---|
static class |
GameInfoStaticImpl.GameInfoStaticUpdate |
| Modifier and Type | Field and Description |
|---|---|
protected Location |
BlueBaseLocation
Location of the base spawning the blue flag (team 1) (BotCTFGame).
|
protected Location |
DisperserLocation
Sent only in BotScenario game type.
|
protected double |
DisperserRadius
Sent only in BotScenario game type.
|
protected double |
FactoryAdrenalineCount
Sent only in BotScenario game type.
|
protected Location |
FactoryLocation
Sent only in BotScenario game type.
|
protected double |
FactoryRadius
Sent only in BotScenario game type.
|
protected String |
FactorySpawnType
Sent only in BotScenario game type.
|
protected Location |
FirstDomPointLocation
Location of the first dom point (BotDoubleDomination).
|
protected String |
Gametype
What you are playing (BotDeathMatch, BotTeamGame,
BotCTFGame,BotDoubleDomination).
|
protected String |
Level
Name of map in game.
|
protected int |
MaxTeams
Max number of teams.
|
protected Location |
RedBaseLocation
Location of the base spawning the red flag (team 0) (BotCTFGame).
|
protected Location |
SecondDomPointLocation
Location of the second dom point (BotDoubleDomination).
|
GameInfoId, SimTime| Constructor and Description |
|---|
GameInfoStaticImpl()
Parameter-less contructor for the message.
|
GameInfoStaticImpl(GameInfo original)
Cloning constructor from the full message.
|
GameInfoStaticImpl(GameInfoStatic original)
Cloning constructor from the message part.
|
GameInfoStaticImpl(GameInfoStaticImpl original)
Cloning constructor from the full message.
|
| Modifier and Type | Method and Description |
|---|---|
GameInfoStaticImpl |
clone() |
Location |
getBlueBaseLocation()
Location of the base spawning the blue flag (team 1) (BotCTFGame).
|
Location |
getDisperserLocation()
Sent only in BotScenario game type.
|
double |
getDisperserRadius()
Sent only in BotScenario game type.
|
double |
getFactoryAdrenalineCount()
Sent only in BotScenario game type.
|
Location |
getFactoryLocation()
Sent only in BotScenario game type.
|
double |
getFactoryRadius()
Sent only in BotScenario game type.
|
String |
getFactorySpawnType()
Sent only in BotScenario game type.
|
Location |
getFirstDomPointLocation()
Location of the first dom point (BotDoubleDomination).
|
String |
getGametype()
What you are playing (BotDeathMatch, BotTeamGame,
BotCTFGame,BotDoubleDomination).
|
UnrealId |
getId() |
String |
getLevel()
Name of map in game.
|
int |
getMaxTeams()
Max number of teams.
|
Location |
getRedBaseLocation()
Location of the base spawning the red flag (team 0) (BotCTFGame).
|
Location |
getSecondDomPointLocation()
Location of the second dom point (BotDoubleDomination).
|
boolean |
isDifferentFrom(IStaticWorldObject other) |
void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically.
|
String |
toHtmlString() |
String |
toString() |
getCompositeClass, getSimTimetoJsonLiteralprotected String Gametype
protected String Level
protected int MaxTeams
protected Location RedBaseLocation
protected Location BlueBaseLocation
protected Location FirstDomPointLocation
protected Location SecondDomPointLocation
protected Location FactoryLocation
protected double FactoryRadius
protected Location DisperserLocation
protected double DisperserRadius
protected double FactoryAdrenalineCount
protected String FactorySpawnType
public GameInfoStaticImpl()
public GameInfoStaticImpl(GameInfo original)
original - public GameInfoStaticImpl(GameInfoStaticImpl original)
original - public GameInfoStaticImpl(GameInfoStatic original)
original - public UnrealId getId()
getId in interface IWorldObjectgetId in class GameInfoStaticpublic void setSimTime(long SimTime)
GameInfoStaticsetSimTime in class GameInfoStaticpublic GameInfoStaticImpl clone()
clone in class GameInfoStaticpublic String getGametype()
getGametype in class GameInfoStaticpublic String getLevel()
getLevel in class GameInfoStaticpublic int getMaxTeams()
getMaxTeams in class GameInfoStaticpublic Location getRedBaseLocation()
getRedBaseLocation in class GameInfoStaticpublic Location getBlueBaseLocation()
getBlueBaseLocation in class GameInfoStaticpublic Location getFirstDomPointLocation()
getFirstDomPointLocation in class GameInfoStaticpublic Location getSecondDomPointLocation()
getSecondDomPointLocation in class GameInfoStaticpublic Location getFactoryLocation()
getFactoryLocation in class GameInfoStaticpublic double getFactoryRadius()
getFactoryRadius in class GameInfoStaticpublic Location getDisperserLocation()
getDisperserLocation in class GameInfoStaticpublic double getDisperserRadius()
getDisperserRadius in class GameInfoStaticpublic double getFactoryAdrenalineCount()
getFactoryAdrenalineCount in class GameInfoStaticpublic String getFactorySpawnType()
getFactorySpawnType in class GameInfoStaticpublic boolean isDifferentFrom(IStaticWorldObject other)
isDifferentFrom in interface IStaticWorldObjectisDifferentFrom in class GameInfoStaticpublic String toString()
toString in class GameInfoStaticpublic String toHtmlString()
toHtmlString in class GameInfoStaticCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.