ManaPlus
Enumerations
BeingDirection Namespace Reference

Enumerations

enum  Type { DOWN = 1 , LEFT = 2 , UP = 4 , RIGHT = 8 }
 

Enumeration Type Documentation

◆ Type

Directions, to be used as bitmask values

Enumerator
DOWN 
LEFT 
UP 
RIGHT 

Definition at line 32 of file beingdirection.h.

33  {
34  DOWN = 1,
35  LEFT = 2,
36  UP = 4,
37  RIGHT = 8
38  };