Difference between revisions of "ClickMenuButton"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
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...")
 
imported>Jazzisparis
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
*The UI component must be click-able, and have an <id> trait.
*The UI component must be click-able, and have an <id> trait.
==See Also==
==See Also==
*[[IsComponentLoaded]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:UI Functions (JIP)]]

Latest revision as of 14:44, 30 March 2015

< [[::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