You searched for the word(s):
-
Shows a full-screen dressup frame with World of Raids background. Press /WoRDressup in-game to start and stop.
-
Utilities to help with RoM Addon development print function pprint function (pretty print) /print slash command (invokes pprint), also /dump and /echo /rl slash command (reloads UI), also /reload and /reloadui
-
LibJSON-1.0 is a library to encode and decode Base64 strings. This is mostly useful if you are exporting lua data to external applications. local LibBase64 = LibStub("LibBase64-1.0") assert(LibBase64.Encode("Hello, how are you doing today?") == "SGVsbG8sIGhvdyBhcmUgeW91IGRvaW5nIHRvZGF5Pw==") assert(LibBase64.Decode("SGVsbG8sIGhvdyBhcmUgeW91IGRvaW5nIHRvZGF5Pw
-
LibJSON-1.0 is a library to convert between Lua objects and serialized JSON objects This is mostly useful if you are exporting lua data to external applications. local LibJSON = LibStub("LibJSON-1.0") local myObject = { alpha = "Hello", bravo = {1234, 5678.9}, charlie = {delta = "echo"}, delta = LibJSON.Null() } local json = LibJSON.Serialize(myObject
-
A library to help with localization of Zones. Please see http://forums.wowace.com/showthread.php?t=15655... . This post will provide you with information on how to contribute to the translation of this babble library.
-
-
Set of development utilities for WAR addon authors. Features: /print command (/echo and /dump are aliases) /print "hey", "buddy" /print someFunction() /echo someFunction() /dump someFunction() /rl alias for /reloadui This is MIT-licensed. I encourage everyone willing to clone this project and hack to your heart's content to add the features you want
-
A library to provide unit-oriented tags to LibDogTag-3.0
-
A library to help with localization of bosses. Please see http://forums.wowace.com/showthread.php?t=15655... . This post will provide you with information on how to contribute to the translation of this babble library.
-
DEPRECATED This Library is no longer needed in 99% of the cases. You can get the localized name of all classes in both male and female form from the new global tables added in the 3.2 Content Patch. See LOCALIZED_CLASS_NAMES_MALE and LOCALIZED_CLASS_NAMES_FEMALE defined in Constants.lua. Please consider upgrading your addon to use those tables instead