Difference between revisions of "GetUIString"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Returns the string value of a property/variable element. |name = GetUIString |returnType = string_var |arguments = {{FunctionArgum...")
 
imported>Jazzisparis
Line 17: Line 17:
*[[SetUIStringEx]]
*[[SetUIStringEx]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:UI Functions (JIP)]]

Revision as of 14:43, 30 March 2015

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the string value of a property/variable element.

Syntax

[help]
(string_var) GetUIString componentPath:string

Example

GetUIString "HUDMainMenu\Region_Location\string"

See Also