MoveTo (script event)

Game class

This event operates on an instance of the game class type {{{gameclass}}}

Description

Initiates a translation to the position of an entity. // Uses the current speed/time and acceleration and deceleration settings.

Usage

void moveTo( entity targetEntity )

Parameters

  • tba

Examples

 $entityname.moveTo ($entityname);

Notes

tba