Difference between revisions of "AppendToName"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Quotes for syntax)
imported>WereWolf
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
Appends the passed string to the end of the name of the calling reference or passed objectID.


'''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.


==See Also==
==See Also==

Revision as of 12:02, 14 September 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