WoW:Sea (AddOn)

From AddOn Studio
Revision as of 07:44, 17 November 2004 by WoWWiki>AlexanderYoshi
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)