Enum CommandTypes
Command type of a ParseCommandBase.
Namespace: SadConsole.StringParser
Assembly: SadConsole.dll
Syntax
public enum CommandTypes
Fields
| Name | Description |
|---|---|
| Background | Command should be added to the Background stack. |
| Decorator | Command should be added to the Decorator stack. |
| Effect | Command should be added to the Effect stack. |
| Foreground | Command should be added to the Foreground stack. |
| Glyph | Command should be added to the Glyph stack. |
| Invalid | Command is invalid and should not be processed at all. |
| Mirror | Command should be added to the Mirror stack. |
| PureCommand | Command runs on creation and is not added to anything in ParseCommandStacks. |