-
-
Notifications
You must be signed in to change notification settings - Fork 8
Help
João Cardoso edited this page Dec 5, 2019
·
1 revision
HelpButton is a button class which inherits from Clickable and provides buttons with a question mark appearance. It does not expose any additional API.
local help = LibStub('Sushi-3.1').HelpButton()
help:SetTip('Help', 'Looking for help? Then press this button!')
help:SetPoint('TopRight')
help:SetCall('OnClick', function(myButton)
print("You've just asked for help.")
end)
This is the Sushi-3.1 wiki. Wiki Home