ManaPlus
Enumerations
CommandTarget Namespace Reference

Enumerations

enum  T { NoTarget = 0 , AllowTarget = 1 , NeedTarget = 2 }
 

Enumeration Type Documentation

◆ T

Enumerator
NoTarget 
AllowTarget 
NeedTarget 

Definition at line 27 of file commandtarget.h.

28 {
29  NoTarget = 0,
30  AllowTarget = 1,
31  NeedTarget = 2
32 }