Mercurial > wow > reaction
comparison ReAction.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 |
|---|---|
| 308 local name = class:GetButtonTypeID() | 308 local name = class:GetButtonTypeID() |
| 309 self.barTypes[name] = class | 309 self.barTypes[name] = class |
| 310 if isDefault then | 310 if isDefault then |
| 311 self.defaultBarType = name | 311 self.defaultBarType = name |
| 312 end | 312 end |
| 313 self:RefreshEditor() | |
| 314 end | 313 end |
| 315 | 314 |
| 316 function ReAction:IterateBarTypes() | 315 function ReAction:IterateBarTypes() |
| 317 return pairs(self.barTypes) | 316 return pairs(self.barTypes) |
| 318 end | 317 end |
