cheatgui
    Preparing search index...

    Function buildWindow

    • Create a window

      Parameters

      • options: {
            collapseThreshold?: number;
            collapsible?: boolean;
            draggable?: boolean;
            dragThreshold?: number;
            elements: Widget[];
            expanded?: boolean;
            height?: number;
            resizable?: boolean;
            title?: string;
            width?: number;
            x?: number;
            y?: number;
        }

        Window options

      Returns Window