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

Attribute for enums forcing enum values sequence to be bit flags starting with 1. More...

Detailed Description

Attribute for enums forcing enum values sequence to be bit flags starting with 1.

User defined values or changing sequence type in inherited/modded enums are not allowed.

enum EEnumBitFlag
{
Item1, // value is 1
Item2, // value is 2
Item3 // value is 4
}
Attribute for enums forcing enum values sequence to be bit flags starting with 1.
Definition attributes.c:557

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