Mercurial > wow > reaction
comparison classes/VehicleExitButton.lua @ 222:d08a74e86c96
un-namespace totem, pet, stance, vehicle exit
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Sun, 21 Nov 2010 14:42:38 -0800 |
parents | e63aefb8a555 |
children | c4b134512c50 |
comparison
equal
deleted
inserted
replaced
221:bb13624de7e1 | 222:d08a74e86c96 |
---|---|
14 type = buttonTypeID , | 14 type = buttonTypeID , |
15 btnWidth = 36, | 15 btnWidth = 36, |
16 btnHeight = 36, | 16 btnHeight = 36, |
17 btnRows = 1, | 17 btnRows = 1, |
18 btnColumns = 1, | 18 btnColumns = 1, |
19 spacing = 3 | 19 spacing = 3, |
20 buttons = { } | |
20 }, | 21 }, |
21 | 22 |
22 barType = L["Exit Vehicle Floater"], | 23 barType = L["Exit Vehicle Floater"], |
23 }, | 24 }, |
24 { __index = Super } ) | 25 { __index = Super } ) |