Skip to content
zetaepyon edited this page Jul 1, 2018 · 27 revisions

Description of what the table is for.

local ui = require('ui')

The ui table has the following entries:

General Functions

Widget Functions

Tables


General Functions

ui.display

Definition

// TypeScript formatted function definition
function libname.tablename.entry1(param1 : type1, param2 : type2 = 'default_value') : return_type

Parameters

param1 type1

Description of parameter 1

param2 type2 [default: default_value]

Indicates the source of the command.

-- Lua example if necessary

Return

entry1 return_type

Description of whatever the function returns.



ui.window



ui.location



ui.size



ui.space



ui.unindent



ui.indent



Widget Functions

ui.button

Description of the function that is the first table entry.



ui.check



ui.color_picker



ui.edit



ui.image



ui.progress



ui.radio



ui.slider



ui.text



Clone this wiki locally