Action Move To

From ENIGMA
Jump to navigation Jump to search

Description

Action move to.png

Move To

Moves the object to a given point.

Parameters

Parameter Description
Applies To which object is to perform the action (eg. self, other, etc)
X x coordinate of the location of the point
Y y coordinate
Relative (true or false) whether to perform relative to the objects position

Function Equivalent

action_move_to(const double xx, const double yy)
returns: (void)