Attribute for enums forcing enum values sequence to be linear and indexed from 0.
More...
Attribute for enums forcing enum values sequence to be linear and indexed from 0.
User defined values or changing sequence type in inherited/modded enums are not allowed.
enum EEnumLinear
{
Item1,
Item2,
Item3
}
Attribute for enums forcing enum values sequence to be linear and indexed from 0.
Definition EnumLinear.c:27
The documentation for this interface was generated from the following file:
- Core/generated/Attributes/EnumLinear.c