Public Member Functions | |
combatant_data (unit_const_ptr unit, const combatant &combatant, const battle_context_unit_stats &stats) | |
Public Attributes | |
const battle_context_unit_stats & | stats_ |
const combatant & | combatant_ |
unit_const_ptr | unit_ |
never null More... | |
Definition at line 47 of file attack_predictions.hpp.
|
inline |
Definition at line 49 of file attack_predictions.hpp.
const combatant& gui2::dialogs::attack_predictions::combatant_data::combatant_ |
Definition at line 56 of file attack_predictions.hpp.
Referenced by gui2::dialogs::attack_predictions::draw_hp_graph(), and gui2::dialogs::attack_predictions::set_data().
const battle_context_unit_stats& gui2::dialogs::attack_predictions::combatant_data::stats_ |
Definition at line 55 of file attack_predictions.hpp.
Referenced by gui2::dialogs::attack_predictions::draw_hp_graph(), and gui2::dialogs::attack_predictions::set_data().
unit_const_ptr gui2::dialogs::attack_predictions::combatant_data::unit_ |
never null
Definition at line 58 of file attack_predictions.hpp.
Referenced by gui2::dialogs::attack_predictions::set_data().