NextFTC Suite
Toggle table of contents
0.1.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
NextFTC Suite
NextFTC Robot
/
dev.nextftc.robot.triggers
/
RangeTrigger
/
isUnder
is
Under
fun
isUnder
(
threshold
:
Double
)
:
Trigger
Creates a trigger that is active while this input's value is less than
threshold
.