RemoveScoreboardSectionScoreEvent
Message
ts
type RemoveScoreboardSectionScoreEvent = {
type: 'removeScoreboardSectionScore'
sectionIndex: number
index: number
}Remarks
Upon receiving, client will:
- Raise a fatal error if section specified by
sectionIndexdoes not exist. - Raise a fatal error if score specified by
indexdoes not exist. - Remove score specified by
sectionIndexandindex.