Interface IButtonClickOptions

Options for prompting a player to click on a Button.

Hierarchy

Properties

if?: boolean

Only create the prompt if true. Defaults to true.

message?: Message

Optional message to display to the prompted player. You'll need to include the button somewhere in the message, otherwise the player can't click it! Defaults to just showing the button.

order?: number

Sorting order for displaying a message about this prompt in the message bar. Defaults to 0. Messages with the same order value are sorted by newest first.

showDuringDelays?: boolean

Show this prompt when delays are active. Defaults to false.

Generated using TypeDoc