WoW:Sea (AddOn)
Sea is a set of function libraries 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!");
You can download the pre-release version from here.
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)
Template:Suggest in Discussion
Sea Examples
- Your example here