Difference between revisions of "Modules"
From SolarStrike wiki
Line 14: | Line 14: | ||
| [[Table addon]] | | [[Table addon]] | ||
| Provides additional functions for tables. | | Provides additional functions for tables. | ||
+ | |- | ||
+ | | [[String addon]] | ||
+ | | Provides additional functions for strings. | ||
|} | |} |
Revision as of 01:55, 2 August 2011
MicroMacro Modules
Classes Module | Easily create Lua classes. Includes inheritance. |
Cli Module | A module used to output colored text. |
Xml Module | A module to help parse and access information from XML files. |
Table addon | Provides additional functions for tables. |
String addon | Provides additional functions for strings. |