Enum EnumCommandStatus
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public enum EnumCommandStatus
- Extension Methods
Fields
Deferred = 2Command cannot execute at this point, likely doing an async call. Prints no output.
Error = 3The command encountered an issue
NoSuchCommand = 0Success = 1UnknownLegacy = 4Command status is unknown because this is a legacy command using the old method of registering commands