UpdateScoreboardSectionScoresValueEvent
Message
ts
type UpdateScoreboardSectionScoresValueEvent = {
type: 'updateScoreboardSectionScoresValue'
index: number
values: (Text | (string & {}))[]
}Remarks
Upon receiving, client will:
- Raise a fatal error if section specified by
indexdoes not exist. - Raise a fatal error if
valuesis longer than scores of section. - Update score values of section specified by
indextovalues.