Enfusion Script API
Loading...
Searching...
No Matches
EnumLinear Interface Reference

Attribute for enums forcing enum values sequence to be linear and indexed from 0. More...

Detailed Description

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, // value is 0
Item2, // value is 1
Item3 // value is 2
}
Attribute for enums forcing enum values sequence to be linear and indexed from 0.
Definition attributes.c:539

The documentation for this interface was generated from the following file: