Difference between revisions of "Modules"
From SolarStrike wiki
(New page: MicroMacro Modules {| class="wikitable" style="padding: 8px;" |- | style="width: 150px;" | Classes Module | Easily create Lua classes. Includes inheritance. |- | Cli Module | A mo...) |
m |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 12: | Line 12: | ||
| A module to help parse and access information from XML files. | | 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. | ||
| + | |- | ||
| + | | [[Math addon]] | ||
| + | | Provides additional mathematics functions. | ||
|} | |} | ||
Latest revision as of 22:19, 19 November 2012
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. |
| Math addon | Provides additional mathematics functions. |