DarkGDK Programming Wiki
Advertisement

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

Syntax[]

void dbMoveObjectLeft ( int iObject, float fValue )

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

See Also[]

DbMoveObjectRight, DbMoveObjectUp, DbMoveObjectDown

Advertisement