Debug Functions

Return to Functions

WriteLog

    Arguments:
        1) string: str

Outputs the given string to the log window.

RaiseError

    Arguments:
        1) string: str

Creates an error box with the specified string.
Execution of the script is stopped, closing the script.

assert

    Arguments:
        1) bool: condition
        2) any: value

If the condition is false, raise an error with the specified value and terminate the script.