SwapScoreboardSectionsEvent
Message
ts
type SwapScoreboardSectionsEvent = {
type: 'swapScoreboardSections'
indexA: number
indexB: number
}Remarks
Upon receiving, client will:
- Raise a fatal error if section specified by
indexAdoes not exist. - Raise a fatal error if section specified by
indexBdoes not exist. - Swap sections specified by
indexAandindexB.