IdlePixel+ Plugin Paneller

Library which creates a modal for opening plugin panels.

Script này sẽ không được không được cài đặt trực tiếp. Nó là một thư viện cho các script khác để bao gồm các chỉ thị meta // @require https://update.greasyfork.org/scripts/491983/1368960/IdlePixel%2B%20Plugin%20Paneller.js

Tác giả
Lux-Ferre
Phiên bản
1.1.0
Đã tạo
08-04-2024
Đã cập nhật
30-04-2024
Giấy phép
MIT

Idle-Pixel Plugin Paneller

Creates a modal populated with buttons to open panels.

After requiring the library, just use the following method call within onLogin()

Paneller.registerPanel(panelName, "Display Name", function/method)

function is an optional parameter defaulting to the standard panel opening. When a function is given, it will be called when the button is clicked in the modal.

Examples:

Paneller.registerPanel(myScriptPanel, "My Script - Panel"

Paneller.registerPanel(myScriptModal, "My Script - Modal", IdlePixelPlus.plugins.myscript.openModal)