Method dialog.SetButtons
Overload
Sets common and/or custom buttons and custom buttons style.
public void SetButtons(Strings buttons, bool asCommandLinks = false, Strings customButtons = default)
Parameters
buttons (Strings)
Common and/or custom buttons, like with dialog.show. These ids should be negative if you use customButtons too, because ids of customButtons are 1, 2, ... . |
asCommandLinks (bool)
Custom buttons style. If |
customButtons (Strings)
Additional custom buttons. All will be custom, even if named |