WoW:Sea (AddOn)

From AddOn Studio
Revision as of 22:32, 5 January 2006 by WoWWiki>KarlKFI (ChangeLog link and info update)
Jump to navigation Jump to search

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 object oriented library style.

For example:

Sea.IO.print("Hello World!"); 

The most current version will always be availible in the DevTools and Alpha distrobutions of Cosmos. You can download the release version from here.

Sea ChangeLog

Sea Documentation

Template:Notify Alex

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

Sea Development