Public Member Functions | |
anim_elem () | |
Public Attributes | |
unit_const_ptr | my_unit |
const unit_animation * | animation |
std::string | text |
Uint32 | text_color |
map_location | src |
bool | with_bars |
Definition at line 207 of file animation.hpp.
|
inline |
Definition at line 209 of file animation.hpp.
const unit_animation* unit_animator::anim_elem::animation |
Definition at line 219 of file animation.hpp.
Referenced by unit_animator::add_animation(), and unit_animator::replace_anim_if_invalid().
unit_const_ptr unit_animator::anim_elem::my_unit |
Definition at line 218 of file animation.hpp.
Referenced by unit_animator::add_animation(), and unit_animator::replace_anim_if_invalid().
map_location unit_animator::anim_elem::src |
Definition at line 222 of file animation.hpp.
Referenced by unit_animator::add_animation(), and unit_animator::replace_anim_if_invalid().
std::string unit_animator::anim_elem::text |
Definition at line 220 of file animation.hpp.
Referenced by unit_animator::add_animation(), and unit_animator::replace_anim_if_invalid().
Uint32 unit_animator::anim_elem::text_color |
Definition at line 221 of file animation.hpp.
Referenced by unit_animator::add_animation(), and unit_animator::replace_anim_if_invalid().
bool unit_animator::anim_elem::with_bars |
Definition at line 223 of file animation.hpp.
Referenced by unit_animator::add_animation(), and unit_animator::replace_anim_if_invalid().