StartSpline (script event)
Game class
This event operates on an instance of the game class type {{{gameclass}}}
Description
Starts moving along a spline stored on the given entity.
Usage
void startSpline( entity spline )
Parameters
- tba
Examples
$my_mover.startspline ($my_spline);
Notes
tba