Returns the button's current state
Signature:
state = Button:GetButtonState()
Returns:
state- State of the button (string)DISABLED- Button is disabled and cannot receive user inputNORMAL- Button is in its normal statePUSHED- Button is pushed (as during a click on the button)