com.GameInterface.Command |
Note: Only commands that are defined to show in progress bar will be dispatched to actionscripts.
| com. | Note: Only commands that are defined to show in progress bar will be dispatched to actionscripts. |
| Variables | |
| SignalCommandStarted | Signal sent when a command is started. |
| SignalCommandEnded | Signal sent when a command is ended. |
| SignalCommandAborted | Signal sent when a command is aborted. |
Signal sent when a command is started.
public static var SignalCommandStarted: Signal
Signal sent when a command is ended.
public static var SignalCommandEnded: Signal
Signal sent when a command is aborted.
public static var SignalCommandAborted: Signal