Static classes
Console
Exposes access to registering Console Commands and Logging messages.
10 own
Static functions 8
- Debug Logs a debug message in the console, with formatted arguments. Outputted only when the current log level is Debug or Verbose
- Error Logs a red error in the console with stack information
- Log Logs and formats a message in the console
- RegisterCommand Registers a new Console Command
- RunCommand Runs a Console Command programmatically (only scripting-registered commands can be triggered)
- Subscribe Subscribes to an Event
- Unsubscribe Unsubscribes from all subscribed Events in this Class and in this Package, optionally passing the function to unsubscribe only that callback
- Warn Logs an orange warning in the console with stack information