InsertScoreboardSectionEvent
Message
type InsertScoreboardSectionEvent = {
type: 'insertScoreboardSection'
index: number
scoreboardSection: ScoreboardSection
}
Remarks
Upon receiving, client will:
- Raise a fatal error if
indexis out of bound. - Insert
scoreboardSectionatindex.

