Mercurial > wow > reaction
comparison classes/Bar.lua @ 237:704f4a05a1d7
Demodulificate all bar options (except state options)
author | Flick |
---|---|
date | Thu, 24 Mar 2011 13:11:30 -0700 |
parents | 0e20f65375d5 |
children | 09c8e9baa35a |
comparison
equal
deleted
inserted
replaced
236:dcdc0235d489 | 237:704f4a05a1d7 |
---|---|
327 error("Invalid Bar object: used without initialization") | 327 error("Invalid Bar object: used without initialization") |
328 end | 328 end |
329 | 329 |
330 function Bar:GetButton(idx) | 330 function Bar:GetButton(idx) |
331 return self.buttons[idx] | 331 return self.buttons[idx] |
332 end | |
333 | |
334 function Bar:GetButtonClass() | |
335 return self.buttonClass | |
332 end | 336 end |
333 | 337 |
334 function Bar:GetConfig() | 338 function Bar:GetConfig() |
335 return self.config | 339 return self.config |
336 end | 340 end |