Condition_RidingVehicleSpeed
Description
Compares the speed of the vehicle that Self is currently riding against the given
threshold values (F1, F2).
Parameters
| Parameter | Description |
|---|
| CompareType | Type of comparison operation. |
| F1 | The first threshold value for speed comparison. |
| F2 | The second threshold value (used for Between comparison). |
Examples
| Description | BaseObject | Command | CompareType | F1 | F2 |
|---|
| Checks whether riding speed is greater than 30. | Self | RidingVehicleSpeed | Greater | 30 | |
| Checks whether riding speed is between 20 and 50. | Self | RidingVehicleSpeed | Between | 20 | 50 |