Giter VIP home page Giter VIP logo

chgui's Introduction

CHGUI

GUI Package for CommandHelper

How to Use It?

Go to the releases tab,

And download latest version.

When download completed, Go to the CommandHelper's config folder.

click LocalPackages Folder, and paste it(Maybe It named CHGUI~~~.mslp).

Example

@array = array(
#Title: this menu's title
title: 'Title',
#ID: This menu's id(not visible id)
id: 'TEST',
#size: this menu's slot size(optional)(9 is one line. this means 9xline number is size)
size: 9,
#menu: Menu Item's Array
menu: array(
#Item 1
array(
#item: displayed item's info(ItemArray)
item:array(type:1,data:0,qty:1),
#: set closure of specifed click type. Supported click types: left, right, shift_left, shift_right, window_border_left, window_border_right, middle, number_key, double_click, drop, control_drop, creative or unknown
left: closure(msg('left click')),
#If click type is not specific, run click closure.
click: closure(msg('normal click'))
#End Item 1 Array
),
#Item 2
array(
#item: displayed item's info(ItemArray)
item:array(type:2,data:0,qty:2),
#: set closure of specifed click type. Supported click types: left, right, shift_left, shift_right, drop
shift_right: closure(msg('shift right click 2')),
#If click type is not specific, run click closure.
click: closure(msg('normal click 2'))
#End Item 2 Array
)
#End Menu Array
)
#End GUI Array
)
#Show GUI to player()
_itemmenu_create(@array)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.