Table of Contents
Class that represents the output of a ModCommand execution. This gets passed by reference between Coroutines
public class ModCommand.Output
Inheritance System.Object Output
Exception that caused the command to fail, if any
public Exception exception;
Custom result text to display to the user, if not null
public string resultText;
Whether the command has succeeded. True by default; users will need to actively specify a failure.
public bool success;