AbstractComponent

abstract class AbstractComponent : Component

An abstract version of Component with more quality of life features.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

A list of subcomponents that this component may use. All subcomponents are updated as well, as long as there is a call to super.update().

Link copied to clipboard

The global SuperTelemetry instance.

Functions

Link copied to clipboard
open override fun update()

This method is called repeatedly by the CommandScheduler.