DarkGDK Programming Wiki
Advertisement

Syntax[]

void dbZRotateObject ( int iObject, float fZ ) 

Sets the rotation of an object on its Z axis.
iObject is the object number and fZ is the amount to rotate .

Usage[]

dbZRotateObject(7,10);

Sets Object 4 to 6 degrees on the Z Axis.

Advertisement