gecco.game.testgame
Class MoveFastAction

java.lang.Object
  |
  +--gecco.server.core.Action
        |
        +--gecco.game.testgame.MoveFastAction

public class MoveFastAction
extends Action

Description of the Class


Fields inherited from class gecco.server.core.Action
actionHandle, argUnit, argX, argY, isInstantaneous, unit
 
Constructor Summary
MoveFastAction()
          Constructor for the MoveFastAction object
 
Method Summary
 ActionReturn checkPoint()
          Description of the Method
 
Methods inherited from class gecco.server.core.Action
canSeePosition, getActionHandle, getArgumentUnit, getArgumentX, getArgumentY, getAutomatonState, getUnit, getUnitHandle, initiate, initiate, initiate, isInstantaneous, sendEventToAutomaton, sendEventToUnit, setInstantaneous
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

MoveFastAction

public MoveFastAction()
Constructor for the MoveFastAction object
Method Detail

checkPoint

public ActionReturn checkPoint()
Description of the Method
Overrides:
checkPoint in class Action
Returns:
Description of the Returned Value