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