ManaPlus
|
#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 int BeingTypeId |
Definition at line 30 of file beingtypeid.h.
const BeingTypeId BeingTypeId_negOne = -1 |
Definition at line 31 of file beingtypeid.h.
Referenced by loadEffect(), PETDB::loadXmlFile(), and SkillUnitDb::loadXmlFile().
const BeingTypeId BeingTypeId_one = 1 |
Definition at line 30 of file beingtypeid.h.
const BeingTypeId BeingTypeId_zero = 0 |
Definition at line 30 of file beingtypeid.h.
Referenced by EAthena::NpcHandler::buy(), NPCDB::getAvatarFor(), PopupMenu::handleLink(), ItemDB::load(), NPCDB::loadXmlFile(), EAthena::CashShopRecv::processCashShopOpen(), EAthena::MarketRecv::processMarketOpen(), EAthena::BuySellRecv::processNpcBuy(), EAthena::CharServerRecv::readPlayerData(), TmwAthena::CharServerRecv::readPlayerData(), PopupMenu::showAttackMonsterPopup(), NpcDialog::showAvatar(), PopupMenu::showChangePos(), PopupMenu::showChatPopup(), PopupMenu::showPickupItemPopup(), PopupMenu::showPlayerPopup(), and PopupMenu::showPopup().