<< Click to Display Table of Contents >> Navigation: Support > Reconfigurable Rulebook > Definition Objects > TargetCollectionModal |
Description
Definition
Attribute Name |
Type |
Description |
TargetCollectionName |
String |
A human readable name for this Target Collection. Will be used by the COURSE OF FIRE to reference this Target Collection.
Required, may not be an empty string. |
TargetDefs |
List of String formatted as a Set Name. |
The list of TARGET definitions that compose this Target Collection Modal.
Required, may not be an empty list. All values must be known TARGET definition set names. |
RangeDistance |
String. |
This Target Collection Modal is intended for use on a range with this RangeDistance.
Exact values are not required, however common values include: 5m 10m 50ft 25yd. 50yd. 50m
Not required, default is 10m. |
Example
{
"TargetCollectionName": "BMC Air Rifle",
"TargetDefs": [
"v1.0:cmp:Basic Marksmanship Course"
],
"RangeDistance": "10m"
}