Help index | Search Define an enum memberAction name: AddConstThis command allows you to define an enum member. An enum member is a symbolic constant. You have to specify its name and value. You can not define more than 256 constants with the same value in an enum. If the current enum is a bitfield, you need to specify the bitmask. To learn about bitmasks, read about bitfields. See also Edit|Enums submenu. |