Available since Version 1.18.
This type of objective requires the player to reach a certain speed to pass the stage.
Examples
MFK
Lua
AddObjective("reachspeed");
// Required: Set the speed that the player has to reach to pass.
SetObjSpeedKMH(120);
CloseObjective();Game.AddObjective("reachspeed")
-- Required: Set the speed that the player has to reach to pass.
Game.SetObjSpeedKMH(120)
Game.CloseObjective()