comparison classes/Button.lua @ 231:158c9299185b

Fix button type config lookup
author Flick
date Tue, 22 Mar 2011 11:35:04 -0700
parents e63aefb8a555
children 0e20f65375d5
comparison
equal deleted inserted replaced
230:98114c158e62 231:158c9299185b
120 return self.defaultBarConfig 120 return self.defaultBarConfig
121 end 121 end
122 122
123 function Button:GetBarType() 123 function Button:GetBarType()
124 return self.barType 124 return self.barType
125 end
126
127 function Button:GetButtonTypeID()
128 return self.buttonTypeID
125 end 129 end
126 130
127 function Button:GetConfig() 131 function Button:GetConfig()
128 return self.config 132 return self.config
129 end 133 end