ManaPlus
Namespaces | Typedefs | Enumerations
beingtype.h File Reference

(986a3bf)

#include "enums/simpletypes/enumdefines.h"

Go to the source code of this file.

Namespaces

 BeingType
 

Typedefs

typedef BeingType ::T BeingTypeT
 

Enumerations

enum  BeingType::T {
  BeingType::PC = 0 , BeingType::NPC = 1 , BeingType::ITEM = 2 , BeingType::SKILL = 3 ,
  BeingType::CHAT = 4 , BeingType::MONSTER = 5 , BeingType::NPC_EVENT = 6 , BeingType::PET = 7 ,
  BeingType::HOMUN = 8 , BeingType::MERSOL = 9 , BeingType::ELEMENTAL = 10
}
 

Typedef Documentation

◆ BeingTypeT

typedef BeingType ::T BeingTypeT

Definition at line 41 of file beingtype.h.