CloneObject - AGK Help

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 origianl object. Returns the ID of the new object.

Definition

integer CloneObject( objID )

CloneObject( newobjID, objID )

Parameters