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

Public Member Functions

 hotfix_entry_t (util::string_view g, util::string_view t, util::string_view n, unsigned f)
 
virtual bool valid () const =0
 
virtual void apply ()
 
virtual std::string to_str () const
 

Public Attributes

std::string group_
 
std::string tag_
 
std::string note_
 
unsigned flags_