Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:Sea (AddOn)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{addon|library=1|hosted=0}} '''Sea''' is a set of function libraries designed to make the process of writing new {{link-wow}} 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 Libraries ==== * [[Sea.data|data]] - information tables useful to the game * [[Sea.IO|IO]] - input/output functions (mostly output) * [[Sea.lang|lang]] - localization and language formatting functions * [[Sea.math|math]] - mathematical functions and constants not in [[Lua]]'s Math * [[Sea.string|string]] - string manipulation and formatting functions * [[Sea.table|table]] - table manipulation functions * [[Sea.util|util]] - common utilities, such as hooking functions * [[Sea.wow|wow]] - World of Warcraft game object functions (like tooltip.scan) The most current version is available at {{link-wowinterface|4327}}. == Example == Sea.IO.print("Hello World!"); == See also == * [[Sea (AddOn)/ChangeLog]] * [[:Category:Sea (AddOn)/documentation]] - Sea Documentation
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Addon
(
edit
)
Template:Link-World of Warcraft
(
edit
)
Template:Link-wow
(
edit
)
Template:Link-wowinterface
(
edit
)
Template:Wplink
(
edit
)