CloneObject

Description

Copies an object into a new ID, the new object is completely separate from the original object. Cloning an instanced object will produce another instance that shares vertex data with the original object.

Definition

CloneObject( newobjID, objID )

integer CloneObject( objID )

Parameters