SetUIStringEx

From the Fallout3 GECK Wiki
Revision as of 13:19, 22 August 2014 by imported>Odessa (created. source gribbleshnibbit)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::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

[help]
(None) SetUIStringEx TraitName:string NewValue:string Formatting

See Also