ManaPlus
Enumerations
NpcActionState Namespace Reference

Enumerations

enum  T { WAIT = 0 , NEXT , INPUT , CLOSE }
 

Enumeration Type Documentation

◆ T

Enumerator
WAIT 
NEXT 
INPUT 
CLOSE 

Definition at line 36 of file npcactionstate.h.

37 {
38  WAIT = 0,
39  NEXT,
40  INPUT,
41  CLOSE
42 }