Files
gymkhana-actions/docs/api/ESCDialogOptionsChooser.md
2021-10-27 06:35:05 +00:00

822 B

ESCDialogOptionsChooser

Extends: Control

Description

Base class for all dialog options implementations

Property Descriptions

dialog

var dialog: ESCDialog

The dialog to show

Method Descriptions

set_dialog

func set_dialog(new_dialog: ESCDialog) -> void

Set the dialog used for the chooser

Parameters

  • new_dialog: Dialog to set

show_chooser

func show_chooser() -> void

Show the dialog chooser UI

hide_chooser

func hide_chooser() -> void

Hide the dialog chooser UI

Signals

  • signal option_chosen(option): An option was chosen
Parameters
  • option: The dialog option that was chosen