KhaosFolder
From WoWWiki
(Redirected from KhaosConfigurationFolder)
This article is a part of the documentation of the Khaos function library
KhaosFolder = {
id = "AmazingFolderId";
text = "Amazing AddOns";
helptext = "These AddOns will do amazing things for you and all of your friends. ";
difficulty = 5; -- 1 - Easy as Pie, 5 - Most people can handle it, 10 - Lua addicts only
}
- id - unique id for that folder
- text - short text description
- helptext - longer description for what addons belong in this folder
- difficulty - number to determine what level of user should be seeing this stuff.
