Interface IPromptOptions

Hierarchy

Properties

if?: boolean

Only create the prompt if true. Defaults to true.

message?: Message

Optional message to display to the prompted player.

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