A GameMaker Studio 2 ExtensionBy Prismatic Realms, Inc.
Sets whether or not the given button should be visible. When not visible, the button will receive no input from the player.
PRVirconBtnSetVisible(btnId, visible)
The button ID.
true if button should be visible. false if hidden.
n/a