MoveTo( <point>, <time>, <acceleration time>, <deceleration time> )


Module: Motion

Summary:

Move this entity to the given point.



Call this on:

script_model, script_origin or script_brushmodel



Example:

dummy MoveTo( dest_org, .5, .05, .05 );



Required Args:

  • 1 : <point> The point to move the entity to
  • 2 : <time> The time to move the entity in seconds


Optional Args

  • 1 : <time> The time spent accelerating
  • 2 : <time> The time spent decelerating