Difference between revisions of "AppendToName"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(→‎See Also: Added links)
imported>Haama
(→‎See Also: Added HasName)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


'''Syntax:'''
'''Syntax:'''
  (nothing) ''reference.''"AppendToName toAppend:string" ''toObject:ref''
  (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.


==See Also==
==See Also==
*[[HasName]]
*[[CompareName]]
*[[CompareName]]
*[[CompareNames]]
*[[CompareNames]]

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]