Difference between revisions of "CopyModelPath"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender '''Syntax:''' (nothing) ''reference.''CopyModelPath fromObject:ref ''toObject:ref'' Sets the model path of ...)
 
imported>Claudekennilol
Line 5: Line 5:


Sets the model path of the calling reference or passed objectID to the model path of ''fromObject''.
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 [[Disable]]d then [[Enable]]d at least a frame later before the visual will update.


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

Revision as of 07:45, 30 January 2008

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