removeScore

abstract fun removeScore(member: Component): Boolean

Removes the score for the given member, if the member has a score.

Return

whether the score was removed

Parameters

member

the member


abstract fun removeScore(score: Score): Boolean

Removes the given score, if it exists on this objective.

Return

whether the score was removed

Parameters

score

the score to remove