This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

CopyModelPath

From the Oblivion ConstructionSet Wiki
Revision as of 08:45, 30 January 2008 by imported>Claudekennilol
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

(nothing) reference.CopyModelPath fromObject:ref toObject:ref

Sets the model path of the calling reference or passed objectID to the model path of fromObject.

Note that if used on an existing object the object must be Disabled then Enabled at least a frame later before the visual will update.

See Also