not sure if this is it or not but you can check this
the creators for apex are a mess with this code why they need so many scripts to control speed is beyond me
so heres the script
@GIL if you can confirm if this might be what hes looking for that would be great
public interface IDefineSpeed
/// <summary>
/// Signal that the unit has stopped.
/// </summary>
void SignalStop();//should be this one
/// <summary>
/// Sets the preferred speed of the unit.
/// </summary>
/// <param name="speed">The speed.</param>
void SetPreferredSpeed(float speed);// and sthis one
}
}
This can be found in apex/apex path/scripts/steering/Idefinespeed.cs
this is only thing i could find with actual methods and or functions which ever you prefer to call them still havent found the move vector
side note ill delete this code post once you gotten it @gimmie so please post when you have looked at this...