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