ManaPlus
Enumerations
BeingFlag Namespace Reference

Enumerations

enum  {
  SHOP = 1 , AWAY = 2 , INACTIVE = 4 , GM = 64 ,
  GENDER_MALE = 128 , SPECIAL = 128 + 64
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
SHOP 
AWAY 
INACTIVE 
GM 
GENDER_MALE 
SPECIAL 

Definition at line 27 of file beingflag.h.

28  {
29  SHOP = 1,
30  AWAY = 2,
31  INACTIVE = 4,
32  GM = 64,
33  GENDER_MALE = 128,
34  SPECIAL = 128 + 64
35  };
@ INACTIVE
Definition: beingflag.h:31
@ GENDER_MALE
Definition: beingflag.h:33