Library: Zasurus' Useful Functions (LibZasUsefulFuncs)

Abandoned
This library is a few useful functions that most AddOns could use at one point or another.

File Details

V0.1-1 Beta

  • B
  • Dec 20, 2010
  • 5.79 KB
  • 20
  • 4.0.3a
  • Retail

File Name

LibZasUsefulFuncs-V0.1-1_Beta.zip

Supported Versions

  • 4.0.3a

------------------------------------------------------------------------
r9 | zasurus | 2010-12-20 02:41:09 +0000 (Mon, 20 Dec 2010) | 1 line
Changed paths:
   A /tags/V0.1-1 Beta (from /trunk:8)

Tagging as V0.1-1 Beta
------------------------------------------------------------------------
r8 | zasurus | 2010-12-20 01:46:05 +0000 (Mon, 20 Dec 2010) | 1 line
Changed paths:
   M /trunk/LibZasUsefulFuncs.lua

Typo correction... :)
------------------------------------------------------------------------
r7 | zasurus | 2010-12-19 11:05:36 +0000 (Sun, 19 Dec 2010) | 1 line
Changed paths:
   M /trunk/LibZasUsefulFuncs.lua

Forcing another packager creation to check it picks up the correct library now!
------------------------------------------------------------------------
r5 | zasurus | 2010-12-19 10:33:38 +0000 (Sun, 19 Dec 2010) | 1 line
Changed paths:
   M /trunk/LibZasUsefulFuncs.lua

Fixed problem with it passing functions that didn't work!
------------------------------------------------------------------------
r3 | zasurus | 2010-12-18 22:34:57 +0000 (Sat, 18 Dec 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/LibZasUsefulFuncs.toc

Corrected .pkgmeta file and LibZasUsefulFuncs.toc
------------------------------------------------------------------------
r2 | zasurus | 2010-12-16 02:21:45 +0000 (Thu, 16 Dec 2010) | 9 lines
Changed paths:
   A /trunk/.pkgmeta
   A /trunk/History.txt
   A /trunk/LibZasUsefulFuncs.lua
   A /trunk/LibZasUsefulFuncs.toc
   A /trunk/ReadMe.txt

- First version made up of a few functions I have made for all my AddOn's in the past.
- Below is the list of functions so far and the order they are returned by default:
  - TableCount(tableToCount) -- Counts table members
  - TableMax(tableToGetMax) -- Pulls back the maximum number (index) for the table specified (Like TableCount() but works when all the table entry's are not in sequential or contain none Numbers
  - TblLowCheck(TestTable, TestValue) -- Checks a table to see if the key is the "TestValue" in any case
  - CopyTable(src) -- Copys a table (instead of just pointing to it)
  - StrFirstUpper(str) -- Returns the string with the first letter in upper case and the rest in lower case
  - ReturnChatFrame(ChatFrameNumber) -- Given a number this returns the ChatFrame for that number. e.g. if 1 is given it will return ChatFrame1
  - Round(Number, DecimalPlaces, Type) -- Round to # dicimal places and convert to number
------------------------------------------------------------------------
r1 | root | 2010-12-14 23:57:31 +0000 (Tue, 14 Dec 2010) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"libzasusefulfuncs/mainline: Initial Import"
------------------------------------------------------------------------