Difference between revisions of "CopyName"

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


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


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

Revision as of 01:03, 25 November 2007

A command for Oblivion Script Extender

Syntax:

(nothing) CopyName srcObjectID:ref targetObjectID:ref

Copies the name from the source to the target.

Notes

  • It is defined to work on Inventory items, but it can be used with any form.
  • To use with a non-Inventory item you must first assign the objectID to a ref.
  • For most forms the name is part of the base form and changing the name will change it for all instances of the type.

See Also