api/OneConfig-1.0
OneConfig-1.0 provides a common config table, and framework for onebag's suite
OneConfig:InitializeConfiguration()
This will create the common config and pass it around for customization before installing it in blizzard options
OneConfig:OpenConfig()
Opens the configuration panel expanded so you see the sub options in the treeview
setup_embed_and_upgrade(lib, store, mixins)
This will setup the embed function on the library as well as upgrade any old embeds will also upgrade the store
Parameters
- lib
- the library being setup
- store
- a table used to keep track of what was previously embedded, this is for upgrading.
- mixins
- a table of what needs to be mixed in
Comments