Table
Auxiliary functions for Table types.
GetAUIList
MTools.Table.GetAUIList(value);
Name
Type
Description
value
table
Array with AUI
Allows you to get a list of variables in the child element. This function requires a module aui [EnQ] Example usage:
Find
MTools.Table.Find(value, search);
Name
Type
Description
value
table
The lua array
search
string
The word you are looking for
Allows you to find the Index element. Example usage:
Last updated