@turbowarp/types-tw
    Preparing search index...

    Interface BroadcastVariable

    interface BroadcastVariable {
        id: string;
        isCloud: boolean;
        name: string;
        type: "broadcast_msg";
        value: string;
        toXML(isLocal?: boolean): string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    id: string
    isCloud: boolean
    name: string
    type: "broadcast_msg"
    value: string

    Always the same as name.

    Methods