#include <statuseffectdb.h>
Definition at line 31 of file statuseffectdb.h.
◆ OptionsMap
◆ checkStatus()
void StatusEffectDB::checkStatus |
( |
| ) |
|
|
static |
◆ getStatusEffect()
const StatusEffect * StatusEffectDB::getStatusEffect |
( |
int |
id | ) |
|
|
static |
Retrieves a status effect.
- Parameters
-
id | ID of the status effect. |
Definition at line 32 of file statuseffectdb.cpp.
◆ init()
void StatusEffectDB::init |
( |
| ) |
|
|
static |
◆ opt0ToIdMap()
static const OptionsMap & StatusEffectDB::opt0ToIdMap |
( |
| ) |
|
|
inlinestatic |
These map flags or indexes to their corresponding status effect ID.
This is tmwAthena-specific.
Definition at line 47 of file statuseffectdb.h.
◆ opt1ToIdMap()
static const OptionsMap & StatusEffectDB::opt1ToIdMap |
( |
| ) |
|
|
inlinestatic |
◆ opt2ToIdMap()
static const OptionsMap & StatusEffectDB::opt2ToIdMap |
( |
| ) |
|
|
inlinestatic |
◆ opt3ToIdMap()
static const OptionsMap & StatusEffectDB::opt3ToIdMap |
( |
| ) |
|
|
inlinestatic |
◆ readStatusEffectNode()
void StatusEffectDB::readStatusEffectNode |
( |
XML::Node |
node, |
|
|
const std::string & |
filename |
|
) |
| |
|
static |
◆ unload()
void StatusEffectDB::unload |
( |
| ) |
|
|
static |
◆ mLoaded
bool StatusEffectDB::mLoaded = false |
|
staticprivate |
◆ mOpt0ToIdMap
◆ mOpt1ToIdMap
◆ mOpt2ToIdMap
◆ mOpt3ToIdMap
◆ mStatusEffects
std::map< int, StatusEffect > StatusEffectDB::mStatusEffects |
|
staticprivate |
The documentation for this class was generated from the following files: