GetUIString
From GECK
A function added by the JIP NVSE Plugin.
Contents
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
(string_var) GetUIString componentPath:string
Example
let sStrVar := GetUIString "HUDMainMenu\HardcoreMode\Dehydration\string"