cz.cuni.amis.pogamut.udk.communication.messages.gbcommands
Class ClearBotsDirty

Package class diagram package ClearBotsDirty
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.messages.CommandMessage
      extended by cz.cuni.amis.pogamut.udk.communication.messages.gbcommands.ClearBotsDirty

public class ClearBotsDirty
extends CommandMessage

This will do a dirty clear of all bots. Sometimes bots remain on the server after disconnect - this will delete all actors that are pawns or controllers on the server. Corresponding GameBots command is CLEAR.


Constructor Summary
ClearBotsDirty()
          Creates new instance of command ClearBotsDirty.
ClearBotsDirty(ClearBotsDirty original)
          Cloning constructor.
 
Method Summary
 String toHtmlString()
           
 String toMessage()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClearBotsDirty

public ClearBotsDirty()
Creates new instance of command ClearBotsDirty. This will do a dirty clear of all bots. Sometimes bots remain on the server after disconnect - this will delete all actors that are pawns or controllers on the server. Corresponding GameBots message for this command is CLEAR.


ClearBotsDirty

public ClearBotsDirty(ClearBotsDirty original)
Cloning constructor.

Method Detail

toString

public String toString()
Overrides:
toString in class CommandMessage

toHtmlString

public String toHtmlString()

toMessage

public String toMessage()


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.