Navigation:  C/C++ Scripting Engine > Database Functions >

dbCopy

Previous pageReturn to chapter overviewNext page

This function creates a copy of this object within the same cell. The new object is moved from the location of the original by the specified transform.

bar_dot

 

Synopsis

void dbCopy( dbObject obj, float xOffset, float yOffset, int orient )

 

Return Value

None

 

Parameters

obj  -  Database object

xOffset  - copy in X direction.

yOffset  - copy in Y direction.

orient - the orientation value to use (default: dbcR0).  For more information on the orient values see: Orientation Values