ManaPlus
Enumerations
VisibleName Namespace Reference

Enumerations

enum  Type { Hide = 0 , Show = 1 , ShowOnSelection = 2 }
 

Enumeration Type Documentation

◆ Type

Enumerator
Hide 
Show 
ShowOnSelection 

Definition at line 27 of file visiblename.h.

28  {
29  Hide = 0,
30  Show = 1,
31  ShowOnSelection = 2
32  };