public enum PogamutUT2004Property extends Enum<PogamutUT2004Property>
| Enum Constant and Description |
|---|
POGAMUT_UNREAL_HOME
Path to the Unreal home dir.
|
POGAMUT_UNREAL_TEST_EXT_SERVER
Should tests use external UCC instance or they will run internal one?
|
POGAMUT_UT2004_BOT_HOST
Where the bot should connect to (hostname of the server running
GameBots2004)
|
POGAMUT_UT2004_BOT_PORT
Where the bot should connect to (bot port of the GameBots2004).
|
POGAMUT_UT2004_OBSERVER_HOST
Where the observer should connect to (hostname of the server running
GameBots2004)
|
POGAMUT_UT2004_OBSERVER_PORT
Where the observer should connect to (observer port of the GameBots2004)
|
POGAMUT_UT2004_PATH_EXECUTOR_SEND_SET_ROUTE
Whether UT2004PathExecutor is using SetRoute command (causes RED LINE to appear in UT2004 GUI when enablind "display bot routes").
|
POGAMUT_UT2004_SERVER_HOST
Where the server should connect to (hostname of the server running
GameBots2004)
|
POGAMUT_UT2004_SERVER_PORT
Where the server should connect to (server port of the GameBots2004)
|
POGAMUT_UT2004_VISIBILITY_DIRECTORY
Directory where to search for
VisibilityMatrixes for respective maps. |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
toString() |
static PogamutUT2004Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PogamutUT2004Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PogamutUT2004Property POGAMUT_UT2004_BOT_HOST
public static final PogamutUT2004Property POGAMUT_UT2004_BOT_PORT
public static final PogamutUT2004Property POGAMUT_UT2004_SERVER_HOST
public static final PogamutUT2004Property POGAMUT_UT2004_SERVER_PORT
public static final PogamutUT2004Property POGAMUT_UT2004_OBSERVER_HOST
public static final PogamutUT2004Property POGAMUT_UT2004_OBSERVER_PORT
public static final PogamutUT2004Property POGAMUT_UNREAL_HOME
public static final PogamutUT2004Property POGAMUT_UNREAL_TEST_EXT_SERVER
public static final PogamutUT2004Property POGAMUT_UT2004_PATH_EXECUTOR_SEND_SET_ROUTE
public static final PogamutUT2004Property POGAMUT_UT2004_VISIBILITY_DIRECTORY
VisibilityMatrixes for respective maps.public static PogamutUT2004Property[] values()
for (PogamutUT2004Property c : PogamutUT2004Property.values()) System.out.println(c);
public static PogamutUT2004Property valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getKey()
public String toString()
toString in class Enum<PogamutUT2004Property>Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.