SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Priest target data Contains target specific things. More...
#include <sc_priest.hpp>
Classes | |
struct | buffs_t |
struct | dots_t |
Public Member Functions | |
priest_t & | priest () |
const priest_t & | priest () const |
priest_td_t (player_t *target, priest_t &p) | |
void | reset () |
void | target_demise () |
Public Member Functions inherited from actor_target_data_t | |
actor_target_data_t (player_t *target, player_t *source) | |
Public Member Functions inherited from actor_pair_t | |
actor_pair_t (player_t *target, player_t *source) | |
actor_pair_t (player_t *p=nullptr) | |
Public Attributes | |
struct priestspace::priest_td_t::dots_t | dots |
struct priestspace::priest_td_t::buffs_t | buffs |
Public Attributes inherited from actor_target_data_t | |
struct actor_target_data_t::atd_debuff_t | debuff |
struct actor_target_data_t::atd_dot_t | dot |
Public Attributes inherited from actor_pair_t | |
player_t * | target |
player_t * | source |
Priest target data Contains target specific things.