SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Public Member Functions | |
target_specific_cooldown_t (player_t &p, cooldown_t &base_cooldown) | |
target_specific_cooldown_t (util::string_view name, player_t &p, timespan_t duration) | |
cooldown_t * | get_cooldown (player_t *target) |
void | reset () |
const std::string & | name () const |
Public Attributes | |
player_t *const | player |
const std::string | name_str |
timespan_t | base_duration |