Difference between revisions of "UISimpleMenu:Activate"

From Nomad DB
(Created page with "Activates and shows a UISimpleMenu. If the menu is already visible, no action will be taken. You can use UISimpleMenu:IsActive to check if a menu is visible. == Synt...")
 
 
Line 1: Line 1:
Activates and shows a [[UISimpleMenu]]. If the menu is already visible, no action will be taken.
+
Activates and shows a [[UISimpleMenu]]. If the menu is already visible, no action will be taken. A Menu can be bound to a Key, see [[UISimpleMenu:Toggle]] for more information.
  
 
You can use [[UISimpleMenu:IsActive]] to check if a menu is visible.
 
You can use [[UISimpleMenu:IsActive]] to check if a menu is visible.

Latest revision as of 22:38, 16 April 2020

Activates and shows a UISimpleMenu. If the menu is already visible, no action will be taken. A Menu can be bound to a Key, see UISimpleMenu:Toggle for more information.

You can use UISimpleMenu:IsActive to check if a menu is visible.

Syntax

menu:Activate()

Controls

Up/Down Arrows Navigation
Numpad 8(Up), Numpad 9 (Down)
Enter Confirm Option
Numpad 5
Delete Key, Numpad 0 Return back to previous menu
ESC Close the menu

Related Pages