|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UTBotRunner | |
|---|---|
| cz.cuni.amis.pogamut.ut2004.utils | Utility classes connected to the Unreal Engine. |
| Uses of UTBotRunner in cz.cuni.amis.pogamut.ut2004.utils |
|---|
| Subclasses of UTBotRunner in cz.cuni.amis.pogamut.ut2004.utils | |
|---|---|
class |
UT2004BotRunner<BOT extends IUT2004Bot,PARAMS extends UT2004BotParameters>
Class used for creating, connecting and starting servers with default settings that are taken from the properties. |
| Methods in cz.cuni.amis.pogamut.ut2004.utils that return UTBotRunner | |
|---|---|
UTBotRunner<BOT,PARAMS> |
UTBotRunner.setHost(String host)
Sets host, where newly launched bots will be connected to. |
UTBotRunner<BOT,PARAMS> |
UTBotRunner.setName(String name)
Sets name that is going to be used to form new IAgentId of the bots. |
UTBotRunner<BOT,PARAMS> |
UTBotRunner.setPort(int port)
Sets port, where newly launched bots will be connected to. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||