UpdateScoreboardSectionEvent
Message
ts
type UpdateScoreboardSectionEvent = {
type: 'updateScoreboardSection'
index: number
scoreboardSection: ScoreboardSection
}Remarks
Upon receiving, client will:
- Raise a fatal error if section specified by
indexdoes not exist. - Update section specified by
indextoscoreboardSection.