Interface ModOptions

Additional options for the mod.

interface ModOptions {
    events?: (() => void);
    questNameSpace?: string;
    watchdogDisabled?: boolean;
}

Properties

events?: (() => void)

This event fires when the script environment is initialized on a world.

questNameSpace?: string

Namespace of Quest Complete Tag.

watchdogDisabled?: boolean

Disabled Watchdog.