Score

The score of a member of a team for a specific objective.

Properties

Link copied to clipboard
abstract var isLocked: Boolean

If this score is locked, meaning it cannot be changed.

Link copied to clipboard
abstract val member: Component

The name of the member who's score this is.

Link copied to clipboard
abstract val objective: Objective

The objective this score is registered to.

Link copied to clipboard
abstract var score: Int

The underlying value of this score.

Link copied to clipboard
abstract val scoreboard: Scoreboard

The scoreboard that this object is bound to.