ManaPlus
Typedefs | Variables
beingtypeid.h File Reference

(986a3bf)

#include "enums/simpletypes/intdefines.h"

Go to the source code of this file.

Typedefs

typedef int BeingTypeId
 

Variables

const BeingTypeId BeingTypeId_zero = 0
 
const BeingTypeId BeingTypeId_one = 1
 
const BeingTypeId BeingTypeId_negOne = -1
 

Typedef Documentation

◆ BeingTypeId

typedef int BeingTypeId

Definition at line 30 of file beingtypeid.h.

Variable Documentation

◆ BeingTypeId_negOne

const BeingTypeId BeingTypeId_negOne = -1

Definition at line 31 of file beingtypeid.h.

Referenced by loadEffect(), PETDB::loadXmlFile(), and SkillUnitDb::loadXmlFile().

◆ BeingTypeId_one

const BeingTypeId BeingTypeId_one = 1

Definition at line 30 of file beingtypeid.h.

◆ BeingTypeId_zero

const BeingTypeId BeingTypeId_zero = 0