Documentation

Warning Box - Open Dev Kit Documentation

Open Dev Kit Documentation :: GUI :: Warning Box

GUI.ShowWarningBox(
  Title String,
  Message String
) Boolean
Warning alert in the operating system with OK and Cancel buttons

Parameters

Title String
Title/heading of the warning box
Message String
Message/body of the warning box

Return Value

Boolean

Lua Usage

local boolean = GUI.ShowWarningBox(title, message)

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