|
EvEmu
0.8.4
11 September 2021
|
#include "EffectsData.h"

Public Attributes | |
| uint8 | resultCategoryID |
| uint16 | arg1categoryID |
| uint16 | arg2categoryID |
| std::string | operandKey |
| std::string | format |
Definition at line 56 of file EffectsData.h.
| uint16 Operand::arg1categoryID |
Definition at line 58 of file EffectsData.h.
Referenced by FxDataMgr::Populate().
| uint16 Operand::arg2categoryID |
Definition at line 59 of file EffectsData.h.
Referenced by FxDataMgr::Populate().
| std::string Operand::format |
Definition at line 61 of file EffectsData.h.
Referenced by FxDataMgr::Populate().
| std::string Operand::operandKey |
Definition at line 60 of file EffectsData.h.
Referenced by FxDataMgr::Populate().
| uint8 Operand::resultCategoryID |
Definition at line 57 of file EffectsData.h.
Referenced by FxDataMgr::Populate().