Skip to main content

Condition_RidingVehicleSpeed

Description

Compares the speed of the vehicle that Self is currently riding against the given threshold values (F1, F2).

Parameters

ParameterDescription
CompareTypeType of comparison operation.
F1The first threshold value for speed comparison.
F2The second threshold value (used for Between comparison).

Examples

DescriptionBaseObjectCommandCompareTypeF1F2
Checks whether riding speed is greater than 30.SelfRidingVehicleSpeedGreater30
Checks whether riding speed is between 20 and 50.SelfRidingVehicleSpeedBetween2050