[ObsoleteAttribute("Use RangeScriptType instead.")]
public enum COFTypeOptions| COMPETITION | 0 | |
| FORMALPRACTICE | 1 | |
| INFORMALPRACTICE | 2 | |
| 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) |