ButtonChanged (Event)

From Goodblox Wiki
Revision as of 05:10, 27 September 2021 by Xyrafrost (talk | contribs) (created the page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Event
Syntax ButtonChanged( Button button )
Description: Fired when the pressed state of a bound button is changed. This event can be used in conjunction with Controller:GetButton to see whether a bound button is being pressed down or not.
In Object: Controller