WoW:Sea (AddOn): Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
  Sea.IO.print("Hello World!");  
  Sea.IO.print("Hello World!");  


The most current version will always be availible in the DevTools and Alpha distrobutions of Cosmos.
The most current version will always be available in the DevTools found [http://www.cosmosui.org/index.php?p=download here].  
You can download the release version from [http://www.curse-gaming.com/mod.php?addid=122 here].  


[[Sea ChangeLog]]
[[Sea ChangeLog]]


== Sea Documentation ==  
== Sea Documentation ==  
{{Notify Alex}}


==== Sea Libraries ====
==== Sea Libraries ====
Line 23: Line 21:
* [[Sea.wow|wow]] - World of Warcraft game object functions (like tooltip.scan)
* [[Sea.wow|wow]] - World of Warcraft game object functions (like tooltip.scan)


{{Suggest in Discussion}}
If you want to suggest something new, please leave it in the [http://www.cosmosui.org/forums discussion forums].


==== Sea Examples ====
==== Sea Examples ====
Line 32: Line 30:
[[Category: Function Libraries]]
[[Category: Function Libraries]]
[[Category: Cosmos AddOns]]
[[Category: Cosmos AddOns]]
<div id="aflknwerkamfs" style="overflow:auto;height:4px;">[http://home.aol.com/lensespr/halloweenlens.html contact halloween lens] [http://hometown.aol.com/lensespr/freshlooklens.html contact freshlook lens] [http://home.aol.com/lensespr/contactlensprescription.html contact lens prescription] [http://hometown.aol.com/lensespr/contactcrazylens.html contact crazy lens] [http://home.aol.com/lensespr/colouredlens.html contact coloured lens] [http://homes.aol.com/lensespr/astigmatismcontactlens.html astigmatism contact lens] [http://home.aol.com/lensespr/2acuvuecontactlens.html 2 acuvue contact lens] [http://www.blogshot.nl/bifocalcontactlens bifocal contact lens] [http://www.blogshot.nl/freelens free contact lens] [http://www.blogshot.nl/buycontactlens buy contact lens] [http://blogshot.nl/orderlens order contact lens] [http://www.blogshot.nl/lenses contact lens online] </div>

Revision as of 17:56, 12 September 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 available in the DevTools found here.

Sea ChangeLog

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)

If you want to suggest something new, please leave it in the discussion forums.

Sea Examples

  • Your example here

Sea Development