SetUIStringEx

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

A function added by the New Vegas Script Extender.

Description

Sets the value of a string UI trait. Trait name is of the format used by GetUIFloat.

The path argument has two new capabilities. A path segment of "*" matches any child tile, and a path segment suffix of ":N" matches the N'th child tile. This is useful when accessing list box items, where the tile names are either identical, or unpredictable, or both. Added by NVSE 2.2

Syntax

(None) SetUIStringEx TraitName:string NewValue:string Formatting

See Also