Difference between revisions of "Manual:Lua Functions"

From Mudlet
Jump to navigation Jump to search
(No difference)

Revision as of 22:44, 10 May 2011

Function Categories

Label/Window creation/manipulation Functions: These functions are used to construct custom user GUIs. They deal mainly with miniconsole/label/gauge creation and manipulation.

  createMiniConsole()
  createLabel()
  createGauge()

Table Functions: These functions are used to manipulate tables. Through them you can add to tables, remove values, check if a value is present in the table, check the size of a table, and more.

String Functions

Scripting Object Functions

Mapper Functions

Miscellaneous Functions

Label/Window creation/manipulation Functions

Table Functions

String Functions

Scripting Object Functions

Mapper Functions

Miscellaneous Functions