-
Notifications
You must be signed in to change notification settings - Fork 20
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:
// TypeScript formatted function definition
function libname.tablename.entry1(param1 : type1, param2 : type2 = 'default_value') : return_type
param1 type1
Description of parameter 1
param2 type2 [default: default_value
]
Indicates the source of the command.
-- Lua example if necessary
entry1 return_type
Description of whatever the function returns.
Description of the function that is the first table entry.