Skip to content

llMoveToTarget

Function Syntax
void llMoveToTarget(
  1. vector Target,
  2. float Tau
);

Critically damp to Target in Tau seconds (if the script is physical).

Critically damp to position target in tau-seconds if the script is physical. Good tau-values are greater than 0.2. A tau of 0.0 stops the critical damping.