WoW:Sea (AddOn)
Jump to navigation
Jump to search
Sea is a function library designed to make the process of writing new World of Warcraft UI mods faster and simpler. It is designed to reflect a Java like library style.
For example:
Sea.io.print("Hello World!");
Sea Documentation
Sea Libraries
- Data - information tables useful to the game
- IO - input/output functions (mostly output)
- Lang - localization and language formatting functions
- Math - mathematical functions and constants not in lua's Math
- String - string manipulation and formatting functions
- Table - table manipulation functions
- Util - common utilities, such as hooking functions
- WoW - World of Warcraft game object functions (like tooltip.scan)