ClickMenuButton

From the Fallout3 GECK Wiki
Revision as of 18:37, 27 March 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Simulates the user clicking on the specified UI component. |name = ClickMenuButton |returnType = successful:0/1 |arguments = {{Fun...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Simulates the user clicking on the specified UI component.

Syntax

[help]
(successful:0/1) ClickMenuButton componentPath:string

Example

ClickMenuButton "StartMenu\NOGLOW_BRANCH\settings_container"

Notes

  • The UI component must be click-able, and have an <id> trait.

See Also