![]() |
SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Public Member Functions | |
| action_callback_t (player_t *l, bool ap=false, bool asp=false) | |
| virtual void | trigger (action_t *, action_state_t *)=0 |
| virtual void | reset () |
| virtual void | initialize () |
| virtual void | activate () |
| virtual void | deactivate () |
Static Public Member Functions | |
| static void | trigger (const std::vector< action_callback_t *> &v, action_t *a, action_state_t *state) |
| static void | reset (const std::vector< action_callback_t *> &v) |
Public Attributes | |
| player_t * | listener |
| bool | active |
| bool | allow_self_procs |
| bool | allow_procs |