SwapScoreboardSectionScoresEvent
Message
ts
type SwapScoreboardSectionScoresEvent = {
type: 'swapScoreboardSectionScores'
sectionIndex: number
indexA: number
indexB: 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
indexAdoes not exist. - Raise a fatal error if score specified by
indexBdoes not exist. - Swap scores specified by
sectionIndex,indexA, andindexB.