Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface IBBCodeContext

    options that can be passed into the bbcode parser to configure how bbcode tags are being translated.

    interface IBBCodeContext {
        allowLocal?: boolean;
        callbacks?: { [name: string]: (...args: any[]) => void };
    }
    Index

    Properties

    allowLocal?: boolean

    if enabled, [link] or [url] tags may link to local files, which then get opened with opn. This should only be set for bbcode hard coded into Vortex, not bbcode taken from a website or anything for security reasons

    callbacks?: { [name: string]: (...args: any[]) => void }

    callbacks that can be triggered through the [link] or [url] tags callback functions registered here can be triggered with [url=cb://///...] (arguments are optional of course)