Action Move

From ENIGMA
Jump to navigation Jump to search

Description

Action move.png

Move

Moves the object in the direction by a certain amount of pixels.

Parameters

Parameter Description
Applies To which object is to perform the action (eg. self, other, etc)
Direction angle of movement
Speed how many pixels on screen to move
Relative (true or false) whether to perform relative to the objects position

Function Equivalent

action_move(const char dir[9], int argspeed)
returns: (void)