WoW:Sea (AddOn): Difference between revisions

3 bytes removed ,  18 February 2009
m
Cleanup
m (Cleanup)
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 {{wplink|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 its 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 {{wplink|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 its 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 ==
== Download ==
Line 10: Line 10:


== Sea Documentation ==  
== Sea Documentation ==  
==== Sea Libraries ====
==== Sea Libraries ====
* [[Sea.data|data]] - information tables useful to the game
* [[Sea.data|data]] - information tables useful to the game
Line 20: Line 19:
* [[Sea.util|util]] - common utilities, such as hooking functions
* [[Sea.util|util]] - common utilities, such as hooking functions
* [[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 wish to contribute improvements, please use the [http://www.cosmosui.org/forums discussion forums].
If you wish to contribute improvements, please use the [http://www.cosmosui.org/forums discussion forums].
Anonymous user