Runes of Magic Wiki
Advertisement

Intro[ | ]

kwTools is a set of different libraries which support the addon development.
The libraries are precompiled Lua chunks and need LibStub to work properly.

Example:

local kwDispatcher = LibStub("kwDispatcher")

Some of the libraries depend on each other.
Dependencies have to be loaded first in your .toc file.
General dependencies: string.extension, table.extension, LibStub

Example: kwTimer depends on kwDispatcher

Libs\string.extension.lua
Libs\table.extension.lua
Libs\LibStub.lua
Libs\kwDispatcher.lua
Libs\kwTimer.lua

Author: Kwitsch
Download: http://rom.curseforge.com/addons/kwtools/

Packages[ | ]

kwDispatcher[ | ]

kwTimer[ | ]

Dependencies: kwDispatcher

kwIO[ | ]

kwUI[ | ]

Dependencies: kwDispatcher

kwPlayer[ | ]

kwHook[ | ]

Credits[ | ]

I like to thank the following addon authors for their great work which inspired me writing this libraries:

Advertisement