Difference between revisions of "AppendToName"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
imported>Haama
(→‎See Also: Added links)
Line 7: Line 7:


==See Also==
==See Also==
*[[SetName]]
*[[CompareName]]
*[[CompareName]]
*[[CompareNames]]
*[[CopyName]]
*[[CopyName]]
*[[ModName]]
*[[ModName]]
*[[NameIncludes]]
*[[NameIncludes]]
*[[SetName]]


[[Category:Functions]]
[[Category:Functions]]

Revision as of 02:00, 25 November 2007

A command for Oblivion Script Extender

Syntax:

(nothing) reference."AppendToName toAppend:string" toObject:ref

Appends the passed string to the end of the name of the calling reference or passed objectID.

See Also