WoW:Sea (AddOn): Difference between revisions

80 bytes removed ,  2 March 2007
m
no edit summary
m (Not actually java beans)
mNo edit summary
Line 1: Line 1:
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 [[Wikipedia:Java (programming language)|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.  
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 [[Wikipedia:Java (programming language)|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.  


== Download ==
The most current version is available at [http://www.cosmosui.org/addons.php www.cosmosui.org].


For example:
[[Sea/ChangeLog]]
 
== Example ==
  Sea.IO.print("Hello World!");  
  Sea.IO.print("Hello World!");  
The most current version will always be available in the DevTools found [http://www.cosmosui.org/index.php?p=download here].
[[Sea ChangeLog]]


== Sea Documentation ==  
== Sea Documentation ==  
Line 21: 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)


If you want to suggest something new, please leave it in the [http://www.cosmosui.org/forums discussion forums].
----
 
==== Sea Examples ====
* Your example here


[[Sea Development]]
If you wish to contribute improvements, please use the [http://www.cosmosui.org/forums discussion forums].


[[Category: Function Libraries]]
[[Category: Function Libraries]]
[[Category: Cosmos AddOns]]
[[Category: Cosmos AddOns]]
Anonymous user