WoW:Earth (AddOn): Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page Earth (AddOn) to Earth (AddOn) without leaving a redirect)
 
(11 intermediate revisions by 10 users not shown)
Line 1: Line 1:
Please see [[Tutorial:_Using_Earth_to_Create_a_QuestLog]]
{{addon|hosted=0|lib=1}}
Earth is a library for quickly building GUIs.  It is part of [[Cosmos (AddOn)|Cosmos]], which can be downloaded here:
http://www.cosmosui.org/index.php?p=download


Direct URL: http://www.wowwiki.com/Tutorial:_Using_Earth_to_Create_a_QuestLog
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.
 
'''Earth''' has not been fully documented yet. However, you can see most of the documentation by reading the .lua files.  
 
For an example of how to use it, see [[Earth (AddOn)/Using earth to create a QuestLog|Using earth to create a QuestLog]].
[[Category:Cosmos AddOns]]

Latest revision as of 04:48, 15 August 2023

AddOn
WoW AddOn Library Page

Earth is a library for quickly building GUIs. It is part of Cosmos, which can be downloaded here: http://www.cosmosui.org/index.php?p=download

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.

Earth has not been fully documented yet. However, you can see most of the documentation by reading the .lua files.

For an example of how to use it, see Using earth to create a QuestLog.