SetUIStringEx

From GECK
Jump to: navigation, search


Function Deprecated
This function should no longer be used. This page has been left for historical documentation purposes only.

This function has been deprecated as it is bugged, but is still preserved in its original state as multiple mods depend on its behavior. Use SetUIStringAlt instead.




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.

Syntax

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

See Also