Uses of Class
cz.cuni.amis.pogamut.udk.utils.UCCWrapper.UCCWrapperConf

Packages that use UCCWrapper.UCCWrapperConf
cz.cuni.amis.pogamut.udk.utils Utility classes connected to the Unreal Engine. 
 

Uses of UCCWrapper.UCCWrapperConf in cz.cuni.amis.pogamut.udk.utils
 

Fields in cz.cuni.amis.pogamut.udk.utils declared as UCCWrapper.UCCWrapperConf
protected  UCCWrapper.UCCWrapperConf UCCWrapper.configuration
           
static UCCWrapper.UCCWrapperConf UCCWrapper.UCCWrapperConf.DEFAULTS
           
 

Methods in cz.cuni.amis.pogamut.udk.utils that return UCCWrapper.UCCWrapperConf
 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
 

Methods in cz.cuni.amis.pogamut.udk.utils with parameters of type UCCWrapper.UCCWrapperConf
 void UCCWrapper.UCCWrapperConf.applyDefaults(UCCWrapper.UCCWrapperConf defaults)
           
 void UCCWrapper.setConfiguration(UCCWrapper.UCCWrapperConf configuration)
          Only makes sense if created with startImmediately = false
 

Constructors in cz.cuni.amis.pogamut.udk.utils with parameters of type UCCWrapper.UCCWrapperConf
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 © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.