ScoreConfig

<< Click to Display Table of Contents >>

Navigation:  Support > Reconfigurable Rulebook > Definition Objects >

ScoreConfig

Description

This is a sub-object of SCORE FORMAT COLLECTION definition.

Definition

Name

Value

Description

ScoreConfigName

String

The human readable name of the Score Config. This value is what the user sees when selecting which Score Config to use

Required

ScoreFormats

Dictionary of strings keys and string values formatted as a Score Format. Where the keys are from the SCORE FORMAT COLLECTION ScoreFormats list.

The dictionary used to assign Score Format names to Score Format strings.

The keys of this dictionary (Score Format names) are used in COURSE OF FIRE script Event or Singular Definition Objects (under ScoreFormat)

Required

Example

 
        {
            "ScoreConfigName": "Integer",
            "ScoreFormats" : {
                "Events" : "{i} - {x}",
                "AccumulatedFinals" : "{s}",
                "Shots" : "{i}{X}({d})"
            }
        }