WOW MODS

AceCastingTime

    FORM:  
Toolbox is an Ace2 library that addon authors can include in there addons to provide some utility functions.

Dependency: Ace2

Current functions:
* Trim -- Trims the whitespace from the beginning and end of a string.
* LTrim -- Trims the whitespace from the beginning of a string.
* RTrim -- Trims the whitespace from the end of a string.
* Split -- Takes a string, ie. 'Item 1:Item 2:Item 3:Item 4' and creates a LUA table from it. The delimiter can be any regex pattern. Will also optionally trim the whitespace from each entry.
* Reverse -- Reverses a given string, ie. 'teststring' will return 'gnirtstset'
* Commify -- Adds commas to numbers, ie. 10000 will return '10,000'
* Wordify -- Returns words for a number, ie 1000 will return 'one thousand'
* Clone -- Creates a copy (clone) of a table
* Unit related functions -- Returns Realm, Race, Faction, Class, Name, Level of player

Installation: Just unzip into %WOWFolder%\Interface\Addons or embed the file into your addon.


READ:


PRV:xWoW ACE2 Compilation v.2.1
NEXT:MetaMapShare v1.4.3 -Ace2
ABOUT