Documentation

Show As Popup - Open Dev Kit Documentation

Open Dev Kit Documentation :: GUI :: Menu :: Show As Popup

GUI.Menu.Show(
  Parent Window*,
  Position 2D Vector
) 
Shows a sub-menu as a popup

Parameters

Parent Window*
Parent owner of the popup
Position 2D Vector
Screen position of where to display the popup, or the cursor's position if zero specified

Return Value

Nothing

Lua Usage

menu:Show(parent, position)

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