SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Public Member Functions | |
cooldown_waste_data_t (const cooldown_t *cooldown, bool simple=true) | |
void | add (timespan_t cd_override=timespan_t::min(), timespan_t time_to_execute=0_ms) |
bool | active () const |
void | merge (const cooldown_waste_data_t &other) |
void | analyze () |
void | datacollection_begin () |
void | datacollection_end () |
Public Attributes | |
const cooldown_t * | cd |
double | buffer |
extended_sample_data_t | normal |
extended_sample_data_t | cumulative |