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

dbMove

Previous pageReturn to chapter overviewNext page

This function moves this object within the same cell, using the specified transform.

bar_dot

 

Synopsis

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

 

Return Value

None.

 

Parameters

obj  -  Database object

xOffset  - move in X direction.

yOffset  - move in Y direction.

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