Mercurial > wow > breuesk
view Options.lua @ 67:8387dc2ff658
Getting the rest of the UI elements to respond intuitively
author | John@Doomsday |
---|---|
date | Tue, 27 Mar 2012 10:19:48 -0400 |
parents | 4109683c3172 |
children |
line wrap: on
line source
--local bsk = bsk --local _G=_G setfenv(1,bsk) options = { name= 'bsk', type = 'group', args = { version = { type = "execute", name = "Version query", desc = "Check others' versions", func = function(self) print("TODO") end } } }