WoW:Sea (AddOn): Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (spam)
Line 32: Line 32:
[[Category: Function Libraries]]
[[Category: Function Libraries]]
[[Category: Cosmos AddOns]]
[[Category: Cosmos AddOns]]
<div id="wyikol" style="overflow:auto; height: 1px; ">[http://f79asd3454dfsdf.com 5656456222]</div>

Revision as of 05:45, 10 March 2006

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. This addon is a function library. This means that it doesn't have any UI on it's own, but rather provides functionality for other addons. If you are an addon user and not an addon developer all you need to do is to leave this addon turned on if you have any other addons that depend on it.


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