public enum NeedsDisplayOptions| NONE | 0 | |
| SINGLE_SHOT | 1 | |
| AVG_SHOT | 2 |
| 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) |