promotional bannermobile promotional banner

kLib

A selection of helper modules for k-series addons.

# kLib-1.0 A small library of utility functions, primarily used for the `k-series` of addons by `Kulldam`. ## Installation - Place the `kLib` directory in your addon `libs` directory, as with any library. - Include the appropriate `kLib*.xml` files, based on which modules you wish to use, in your `embeds.xml` or directly in your `.toc` file, like so: - `kLib` is `AceAddon-3.0`-embeddable, so when specifying your `AceAddon-3.0`, embed the appropriate `kLib` modules, like so: ``` local addon = LibStub("AceAddon-3.0"):NewAddon(ADDON_NAME, "kLib-1.0", "kLibColor-1.0", "kLibComm-1.0", "kLibItem-1.0", "kLibOptions-1.0") ``` ## Usage All `kLib` functions are embedded into your core addon, so referencing a method would use the colon-syntax. For example, the `ID` of an item can be obtained using `kLibItem-1.0` by using the `Item_Id` method: ``` local id = addon:Item_Id(myItem) ```

The kLib Team

profile avatar
  • 17
    Projects
  • 76.4K
    Downloads

More from _ForgeUser499266View all

  • GridStatusEmphasize project image

    GridStatusEmphasize

    • 23.1K
    • Addons

    Grid module to emphasize units based on some configured conditions.

    • 23.1K
    • October 30, 2016
    • Addons
  • kLootFilter project image

    kLootFilter

    • 3.5K
    • Addons

    Filter out specific items when looting.

    • 3.5K
    • September 23, 2016
    • Addons
  • kSwap project image

    kSwap

    • 1.7K
    • Addons

    Broker addon to swap between Specializations, while simultaneously swapping to an Equipment Set of the same name.

    • 1.7K
    • September 19, 2016
    • Addons
  • kEPGP project image

    kEPGP

    • 3.6K
    • Addons

    A helper addon for automating EP rewards for EPGP.

    • 3.6K
    • July 3, 2015
    • Addons
    • +2
  • GridStatusEmphasize project image

    GridStatusEmphasize

    • 23.1K
    • Addons

    Grid module to emphasize units based on some configured conditions.

    • 23.1K
    • October 30, 2016
    • Addons
  • kLootFilter project image

    kLootFilter

    • 3.5K
    • Addons

    Filter out specific items when looting.

    • 3.5K
    • September 23, 2016
    • Addons
  • kSwap project image

    kSwap

    • 1.7K
    • Addons

    Broker addon to swap between Specializations, while simultaneously swapping to an Equipment Set of the same name.

    • 1.7K
    • September 19, 2016
    • Addons
  • kEPGP project image

    kEPGP

    • 3.6K
    • Addons

    A helper addon for automating EP rewards for EPGP.

    • 3.6K
    • July 3, 2015
    • Addons
    • +2