public enum RangeScriptType| FORMAL_MATCH | 0 | Range Script is designed to be ran by a Range Officer. Usually with multiple firiring point receiivng the RS Commands synchornously. |
| FORMAL_PRACTICE | 1 | Mimics a FORMAL_MATCH but the RS Commands are all automated, and each competitor can shoot asynchronously. |
| INFORMAL_PRACTICE | 2 | Range Script is designed to allow the marksman to shoot slow fire on a target type for as long as they want. |
| DRILL | 3 | |
| GAME | 4 |
| Description |
Returns the Description attribute of an enum. If Description is not an attribute
returns the .toString() value.
(Defined by EnumHelper) |
| GetAttributeOfTypeT |
Gets an attribute on an enum field value
(Defined by EnumHelper) |