MoveObjectLocalX
Description
Moves the specified object along its local X axis, i.e. if the object were a character this command would make them strafe no matter which direction they were facing.
Definition
MoveObjectLocalX( objID, amount )
void agk::MoveObjectLocalX( UINT objID, float amount )
Parameters
- objID - The ID of the object to modify.
- amount - The distance to move in the local X direction, can be negative.