NextOpMode

constructor(robot: NextRobot, vararg hooks: OpModeHook)

Secondary constructor invoked by the NextFTCOpModeScanner during automatic registration.

Parameters

robot

The automatically resolved dev.nextftc.robot.NextRobot instance.

hooks

Additional custom hooks to execute during the OpMode lifecycle.