EvEmu
0.8.4
11 September 2021
|
#include "EffectsData.h"
Public Attributes | |
int8 | operandID |
uint16 | id |
uint16 | arg1 |
uint16 | arg2 |
uint16 | expressionTypeID |
uint16 | expressionGroupID |
uint16 | expressionAttributeID |
std::string | expressionValue |
std::string | description |
std::string | expressionName |
Definition at line 43 of file EffectsData.h.
uint16 Expression::arg1 |
Definition at line 46 of file EffectsData.h.
Referenced by FxProc::DecodeExpression(), FxProc::ParseExpression(), and FxDataMgr::Populate().
uint16 Expression::arg2 |
Definition at line 47 of file EffectsData.h.
Referenced by FxProc::DecodeExpression(), FxProc::ParseExpression(), and FxDataMgr::Populate().
std::string Expression::description |
Definition at line 52 of file EffectsData.h.
Referenced by FxProc::EvaluateExpression(), and FxDataMgr::Populate().
uint16 Expression::expressionAttributeID |
Definition at line 50 of file EffectsData.h.
Referenced by FxProc::DecodeExpression(), FxProc::ParseExpression(), and FxDataMgr::Populate().
uint16 Expression::expressionGroupID |
Definition at line 49 of file EffectsData.h.
Referenced by FxProc::DecodeExpression(), FxProc::ParseExpression(), and FxDataMgr::Populate().
std::string Expression::expressionName |
Definition at line 53 of file EffectsData.h.
Referenced by FxProc::EvaluateExpression(), FxProc::ParseExpression(), and FxDataMgr::Populate().
uint16 Expression::expressionTypeID |
Definition at line 48 of file EffectsData.h.
Referenced by FxProc::DecodeExpression(), FxProc::ParseExpression(), and FxDataMgr::Populate().
std::string Expression::expressionValue |
Definition at line 51 of file EffectsData.h.
Referenced by FxProc::DecodeExpression(), FxProc::ParseExpression(), and FxDataMgr::Populate().
uint16 Expression::id |
Definition at line 45 of file EffectsData.h.
Referenced by FxDataMgr::Populate().
int8 Expression::operandID |
Definition at line 44 of file EffectsData.h.
Referenced by FxProc::DecodeExpression(), FxProc::ParseExpression(), and FxDataMgr::Populate().