Enum DoCommandType
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public enum DoCommandType : byte
Fields
| Name | Description |
|---|---|
| Default | Put the command in the end of buffer, which will replace ongoing command next frame. |
| PostponeBasicCommand | Put the command in the end of buffer, which will replace ongoing command next frame. If ongoing command is move, chase or attack move, instead of being replaced, it will be added to the start of command buffer. |