Table of Contents

Enum EnumCommandStatus

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll
public enum EnumCommandStatus

Fields

Deferred = 2

Command cannot execute at this point, likely doing an async call. Prints no output.

Error = 3

The command encountered an issue

NoSuchCommand = 0
Success = 1
UnknownLegacy = 4

Command status is unknown because this is a legacy command using the old method of registering commands