Open Dev Kit Documentation :: GUI :: Window :: Show Window
GUI.Window.Show( Parent Window*, Modal Boolean )Shows a selected window
Parameters
- Parent Window*
- Parent owner of the interface
- Modal Boolean
- Blocks script process until window is done; generally not recommended
Return Value
- Nothing
Lua Usage
window:Show(parent, modal)
If you think anything is missing, please feel free to: submit documentation feedback on this page
