Stop Speed Change Node
data class StopSpeedChangeNode(lineNumber: Int, condition: ExpressionNode) : AnnotationBlockNode
Content copied to clipboard
Stop speed change node
Used to mark where in the program a speed block ends
Constructors
StopSpeedChangeNode
Link copied to clipboard
Create empty Stop speed change node
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
fun copy(lineNumber: Int, condition: ExpressionNode): StopSpeedChangeNode
Content copied to clipboard