Breadcrumbs

CDRFLEx.get_override_speed

Features

This is a function for checking the current override speed.

Parameter

None

Return

Value

Description

double

Override speed

Example

Python
cout << Drfl.get_override_speed() << endl;