Difference between revisions of "AppendToName"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Quotes for syntax)
imported>Haama
(→‎See Also: Added HasName)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
A command for [[:Category:Oblivion Script Extender|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.
Appends the passed string to the end of the name of the calling reference or passed objectID.
'''Syntax:'''
(nothing) ''reference.''"AppendToName toAppend:string" ''toObject:ref''


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


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

Latest revision as of 03:45, 27 January 2008

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[edit | edit source]