![]() |
SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Public Member Functions | |
| class_scoped_callback_t (player_e c) | |
| class_scoped_callback_t (std::vector< player_e > c) | |
| class_scoped_callback_t (specialization_e s) | |
| class_scoped_callback_t (std::vector< specialization_e > s) | |
| bool | valid (const special_effect_t &effect) const override |
Public Member Functions inherited from scoped_callback_t | |
| scoped_callback_t (enum priority p) | |
| virtual void | initialize (special_effect_t &)=0 |
Public Attributes | |
| std::vector< player_e > | class_ |
| std::vector< specialization_e > | spec_ |
Public Attributes inherited from scoped_callback_t | |
| priority | priority |
Additional Inherited Members | |
Public Types inherited from scoped_callback_t | |
| enum | priority { PRIORITY_DEFAULT = 0U, PRIORITY_CLASS, PRIORITY_SPEC } |