DarkGDK Programming Wiki
Advertisement

This command will move the object in a down direction relative to its forward facing angle, rather than an absolute world direction.

Syntax[]

void dbMoveObjectDown ( int iObject, float fValue )

iObject is the refernce number for the object.
fValue is amount of pixels to move the object downwards.

See Also[]

DbMoveObjectUp, DbMoveObjectLeft, DbMoveObjectRight

Advertisement