| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.udk.utils |
Utility classes connected to the Unreal Engine.
|
| Modifier and Type | Field and Description |
|---|---|
protected UCCWrapper.UCCWrapperConf |
UCCWrapper.configuration |
static UCCWrapper.UCCWrapperConf |
UCCWrapper.UCCWrapperConf.DEFAULTS |
| Modifier and Type | Method and Description |
|---|---|
UCCWrapper.UCCWrapperConf |
UCCWrapper.getConfiguration() |
UCCWrapper.UCCWrapperConf |
UCCWrapper.UCCWrapperConf.setBotServerPort(Integer botServerPort) |
UCCWrapper.UCCWrapperConf |
UCCWrapper.UCCWrapperConf.setControlServerPort(Integer controlServerPort) |
UCCWrapper.UCCWrapperConf |
UCCWrapper.UCCWrapperConf.setGameBotsPack(String gameBotsPack)
Eg.
|
UCCWrapper.UCCWrapperConf |
UCCWrapper.UCCWrapperConf.setGameType(String gameType)
Eg.
|
UCCWrapper.UCCWrapperConf |
UCCWrapper.UCCWrapperConf.setLogger(Logger log)
Logger used by the UCC.
|
UCCWrapper.UCCWrapperConf |
UCCWrapper.UCCWrapperConf.setMapName(String mapName) |
UCCWrapper.UCCWrapperConf |
UCCWrapper.UCCWrapperConf.setOptions(String options)
Can be used for setting mutators etc.
|
UCCWrapper.UCCWrapperConf |
UCCWrapper.UCCWrapperConf.setOtherCommandLineParameters(String otherCommandLineParameters) |
UCCWrapper.UCCWrapperConf |
UCCWrapper.UCCWrapperConf.setStartOnUnusedPort(boolean startOnUnusedPort)
Forces UCC to find free port and start on it, otherwise it will start on ports 3000 + 3001.
|
UCCWrapper.UCCWrapperConf |
UCCWrapper.UCCWrapperConf.setWineprefix(String wineprefix)
UNIX-only option
|
| Modifier and Type | Method and Description |
|---|---|
void |
UCCWrapper.UCCWrapperConf.applyDefaults(UCCWrapper.UCCWrapperConf defaults) |
void |
UCCWrapper.setConfiguration(UCCWrapper.UCCWrapperConf configuration)
Only makes sense if created with startImmediately = false
|
| Constructor and Description |
|---|
UCCWrapper(UCCWrapper.UCCWrapperConf configuration) |
UCCWrapper(UCCWrapper.UCCWrapperConf configuration,
boolean startImmediately) |
UCCWrapper(UCCWrapper.UCCWrapperConf configuration,
UDKServerFactory factory) |
UCCWrapper(UCCWrapper.UCCWrapperConf configuration,
UDKServerFactory serverFactory,
boolean startImmediately) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.