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

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

public class ExitVehicle
extends CommandMessage

Tries to enter vehicle specified by Id. Note: You have to be in vehicle EntryRadius to enter (default 100 ut units). Response to this command are messages EXITED. Corresponding GameBots command is EXITED.


Constructor Summary
ExitVehicle()
          Creates new instance of command ExitVehicle.
ExitVehicle(ExitVehicle 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

ExitVehicle

public ExitVehicle()
Creates new instance of command ExitVehicle. Tries to enter vehicle specified by Id. Note: You have to be in vehicle EntryRadius to enter (default 100 ut units). Response to this command are messages EXITED. Corresponding GameBots message for this command is EXITED.


ExitVehicle

public ExitVehicle(ExitVehicle original)
Cloning constructor.

Method Detail

toString

public String toString()
Overrides:
toString in class CommandMessage

toHtmlString

public String toHtmlString()

toMessage

public String toMessage()


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