The Battle for Wesnoth  1.19.26+dev
Public Attributes | List of all members
unit_animator::anim_elem Struct Reference

Public Attributes

unit_const_ptr my_unit
 
const unit_animationanimation = nullptr
 
std::string text
 
color_t text_color
 
map_location src
 
bool with_bars = false
 

Detailed Description

Definition at line 253 of file animation.hpp.

Member Data Documentation

◆ animation

const unit_animation* unit_animator::anim_elem::animation = nullptr

Definition at line 256 of file animation.hpp.

◆ my_unit

unit_const_ptr unit_animator::anim_elem::my_unit

Definition at line 255 of file animation.hpp.

◆ src

map_location unit_animator::anim_elem::src

Definition at line 259 of file animation.hpp.

◆ text

std::string unit_animator::anim_elem::text

Definition at line 257 of file animation.hpp.

◆ text_color

color_t unit_animator::anim_elem::text_color

Definition at line 258 of file animation.hpp.

◆ with_bars

bool unit_animator::anim_elem::with_bars = false

Definition at line 260 of file animation.hpp.


The documentation for this struct was generated from the following file: