ManaPlus
Enumerations
ActorType Namespace Reference

Enumerations

enum  T {
  Unknown = 0 , Player , Npc , Monster ,
  FloorItem , Portal , Avatar , Pet ,
  Mercenary , Homunculus , SkillUnit , Elemental
}
 

Enumeration Type Documentation

◆ T

Enumerator
Unknown 
Player 
Npc 
Monster 
FloorItem 
Portal 
Avatar 
Pet 
Mercenary 
Homunculus 
SkillUnit 
Elemental 

Definition at line 28 of file actortype.h.

29 {
30  Unknown = 0,
31  Player,
32  Npc,
33  Monster,
34  FloorItem,
35  Portal,
36  Avatar,
37  Pet,
38  Mercenary,
39  Homunculus,
40  SkillUnit,
41  Elemental
42 }
@ Mercenary
Definition: actortype.h:38
@ Homunculus
Definition: actortype.h:39
@ SkillUnit
Definition: actortype.h:40
@ Elemental
Definition: actortype.h:41
@ FloorItem
Definition: actortype.h:34