Difference between revisions of "Manual:Lua Functions"

From Mudlet
Jump to navigation Jump to search
(Created page with '==Function Categories== #Label/Window creation/manipulation Functions #Table Functions #[[Manual:GUI Functions|String Functions…')
 
Line 1: Line 1:
==Function Categories==
+
== 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.
 +
<div class="listingblock"><div class="content">
 +
  createMiniConsole()
 +
  createLabel()
 +
  createGauge()
 +
</div></div>
  
#[[Manual:GUI Functions|Label/Window creation/manipulation Functions]]
+
'''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.
#[[Manual:GUI Functions|Table Functions]]
+
 
#[[Manual:GUI Functions|String Functions]]
+
'''String Functions'''
#[[Manual:GUI Functions|Scripting Object Functions]]
+
 
#[[Manual:GUI Functions|Mapper Functions]]
+
'''Scripting Object Functions'''
#[[Manual:GUI Functions|Miscellaneous Functions]]
+
 
 +
'''Mapper Functions'''
 +
 
 +
'''Miscellaneous Functions'''
 +
 
 +
== Label/Window creation/manipulation Functions ==
 +
== Table Functions ==
 +
== String Functions ==
 +
== Scripting Object Functions ==
 +
== Mapper Functions ==
 +
== Miscellaneous Functions ==

Revision as of 03:54, 7 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