ManaPlus
Enumerations
NpcAction Namespace Reference

Enumerations

enum  T { Next = 0 , Close = 1 , Other = 2 }
 

Enumeration Type Documentation

◆ T

Enumerator
Next 
Close 
Other 

Definition at line 27 of file npcaction.h.

28 {
29  Next = 0,
30  Close = 1,
31  Other = 2
32 }