Difference between revisions of "UI.SimpleMenu"

From Nomad DB
(Created page with "thumb|SimpleMenu from [[WD2 ScriptHook: Trainer|Trainer]] Creates a ''SimpleMenu'', an ingame menu which can be controlled by the arrow keys &...")
(No difference)

Revision as of 22:22, 16 April 2020

SimpleMenu from Trainer

Creates a SimpleMenu, an ingame menu which can be controlled by the arrow keys & numpad keys. The name comes from its (currently) limited functionality and aims to provide very basic, but useful menu functionality.

This function has to be called from inside a Script.

Syntax

UI.SimpleMenu()
  • Returns UISimpleMenu instance

Methods

Menu State

Entries

Checkbox

Events

Related Pages