|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
gecco.game.dke | |
gecco.game.dke3 | |
gecco.server.actionprocessor | |
gecco.server.core | |
gecco.server.visibility |
Uses of Action in gecco.game.dke |
Subclasses of Action in gecco.game.dke | |
class |
AttackAction
|
class |
AutoAttackAction
AutoAttackAction.java Created: Wed Mar 05 22:20:19 2003 |
class |
DelayAction
|
class |
DisturbedDelayAction
|
class |
IndirectFireAction
|
class |
IndirectFireUnitAction
IndirectFireUnitAction.java Created: Mon Nov 18 00:12:59 2002 |
class |
LockDuringIndirectFireDelayAction
LockDuringIndirectFireDelayAction.java Created: Mon Mar 10 13:32:35 2003 |
class |
MarchAction
|
class |
MoveAction
|
class |
RegainStrengthAction
RegainStrengthAction.java Created: Fri Sep 12 13:50:41 2003 |
class |
ReloadDelayAction
ReloadDelayAction.java Created: Mon Mar 10 14:22:02 2003 |
class |
SetSpeedFactor1Action
SetSpeedFactor1Action.java Created: Tue Aug 19 16:28:17 2003 |
class |
SetSpeedFactor2Action
SetSpeedFactor2Action.java Created: Tue Aug 19 16:30:29 2003 |
class |
SetSpeedFactor3Action
SetSpeedFactor3Action.java Created: Tue Aug 19 16:32:01 2003 |
class |
SetSpeedFactor4Action
SetSpeedFactor4Action.java Created: Tue Aug 19 16:32:54 2003 |
class |
SetSpeedFactor5Action
SetSpeedFactor5Action.java Created: Tue Aug 19 16:34:01 2003 |
class |
SetSpeedFactorAction
SetSpeedFactorAction.java Created: Tue Aug 19 16:08:05 2003 |
class |
UnderIndirectFireDelayAction
UnderIndirectFireDelayAction.java Created: Mon Dec 16 09:13:56 2002 |
class |
UpdateStatusAction
|
Uses of Action in gecco.game.dke3 |
Subclasses of Action in gecco.game.dke3 | |
class |
AutoFireOffAction
AutoFireOffAction.java Created: Mon Feb 02 10:11:54 2004 |
class |
AutoFireOnAction
AutoFireOnAction.java Created: Mon Feb 02 10:10:36 2004 |
class |
AutoFireWorkerAction
AutoFireOnAction.java Created: Mon Feb 02 10:10:36 2004 |
class |
WarUnitDKE3Action
WarUnitAction.java Created: Mon Feb 02 10:01:20 2004 |
Uses of Action in gecco.server.actionprocessor |
Methods in gecco.server.actionprocessor that return Action | |
Action |
QueuedAction.getAction()
Gets the Action attribute of the QueuedAction object. |
Action |
ActionProcessor.getAction(String role,
int actionHandle)
Gets the action with the given handle ordered by the given role. |
Methods in gecco.server.actionprocessor with parameters of type Action | |
void |
ActionProcessor.initiateAction(String fromRole,
Action action)
Initiates an action for a unit. |
void |
ActionProcessor.executeInstantaneousAction(Action action)
Executes an instantaneous action. |
Constructors in gecco.server.actionprocessor with parameters of type Action | |
QueuedAction(String fromRole,
Action action,
double timeToExecute)
Creates a QueuedAction object. |
Uses of Action in gecco.server.core |
Fields in gecco.server.core declared as Action | |
protected Action |
Unit.activeAction
This is the action that the unit is currently executing. |
Methods in gecco.server.core that return Action | |
Action |
Unit.getActiveAction()
Gets the currently executing Action. |
Methods in gecco.server.core with parameters of type Action | |
void |
Unit.setActiveAction(Action action)
Sets the ActiveAction attribute of the Unit object |
Uses of Action in gecco.server.visibility |
Methods in gecco.server.visibility with parameters of type Action | |
void |
VisibilityManager.actionCompleted(Action action,
boolean wasSuccessful)
This method is to be called whenever the execution of an action is finished. |
void |
VisibilityFilter.actionCompleted(Action action,
boolean wasSuccessful)
This method is to be called whenever the execution of an action is finished. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |