Documentation

Show Input Dialog - Open Dev Kit Documentation

Open Dev Kit Documentation :: GUI :: Show Input Dialog

GUI.ShowInputDialog(
  Title String,
  Message String,
  Default String
) Boolean
Displays the common text input dialog

Parameters

Title String
Title/heading of the input dialog
Message String
Message/body of the input dialog
Default String
Default text for input

Return Value

Boolean

If you think anything is missing, please feel free to: submit documentation feedback on this page