SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
hotfix::power_hotfix_entry_t Struct Reference
Inheritance diagram for hotfix::power_hotfix_entry_t:
hotfix::dbc_hotfix_entry_t hotfix::hotfix_entry_t

Public Member Functions

 power_hotfix_entry_t (util::string_view g, util::string_view t, unsigned id, util::string_view n, unsigned f)
 
std::string to_str () const override
 
- Public Member Functions inherited from hotfix::dbc_hotfix_entry_t
 dbc_hotfix_entry_t (util::string_view g, util::string_view t, unsigned id, util::string_view n, unsigned f)
 
bool valid () const override
 
void apply () override
 
dbc_hotfix_entry_tfield (util::string_view fn)
 
dbc_hotfix_entry_toperation (hotfix::hotfix_op_e op)
 
dbc_hotfix_entry_tmodifier (double m)
 
dbc_hotfix_entry_tverification_value (double ov)
 
- Public Member Functions inherited from hotfix::hotfix_entry_t
 hotfix_entry_t (util::string_view g, util::string_view t, util::string_view n, unsigned f)
 

Additional Inherited Members

- Public Attributes inherited from hotfix::dbc_hotfix_entry_t
unsigned id_
 
std::string field_name_
 
hotfix_op_e operation_
 
double modifier_
 
double orig_value_
 
double dbc_value_
 
double hotfix_value_
 
- Public Attributes inherited from hotfix::hotfix_entry_t
std::string group_
 
std::string tag_
 
std::string note_
 
unsigned flags_