ActionFeedback¶
-
public enum
ActionFeedback
¶
Enum Constants¶
COMPLETED¶
-
public static final ActionFeedback
COMPLETED
¶ Indicates that the action has been successfully completed
FAILED¶
-
public static final ActionFeedback
FAILED
¶ Indicates that the action cannot be completed
INCOMPLETE¶
-
public static final ActionFeedback
INCOMPLETE
¶ Indicates that the action is incomplete
INCOMPLETEMAYBESTUCK¶
-
public static final ActionFeedback
INCOMPLETEMAYBESTUCK
¶ Indicates that the action is incomplete and had to recalculate multiple times, indicating the possibility of being stuck
INVALIDCONTROLLER¶
-
public static final ActionFeedback
INVALIDCONTROLLER
¶ Indicates that the action was issued to a unit not controlled by the player
INVALIDTYPE¶
-
public static final ActionFeedback
INVALIDTYPE
¶ Indicates that the action was improperly constructed
INVALIDUNIT¶
-
public static final ActionFeedback
INVALIDUNIT
¶ Indicates that the action was mapped to a unit other than the one that the action refers to