GetUIString

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns the string value of a UI trait. The trait name is of the format "MenuName/ElementName/ElementName/.../TraitName" as defined in the XML hierarchy for the desired menu, i.e. "MessageMenu/NoGlow_Branch/MM_Title/x".

Syntax

[help]
(string_var) GetUIString componentPath:string

Example

let sStrVar := GetUIString "HUDMainMenu\HardcoreMode\Dehydration\string" 

See Also