The Battle for Wesnoth  1.19.5+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 265 of file animation.hpp.

Member Data Documentation

◆ animation

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

Definition at line 268 of file animation.hpp.

◆ my_unit

unit_const_ptr unit_animator::anim_elem::my_unit

Definition at line 267 of file animation.hpp.

◆ src

map_location unit_animator::anim_elem::src

Definition at line 271 of file animation.hpp.

◆ text

std::string unit_animator::anim_elem::text

Definition at line 269 of file animation.hpp.

◆ text_color

color_t unit_animator::anim_elem::text_color

Definition at line 270 of file animation.hpp.

◆ with_bars

bool unit_animator::anim_elem::with_bars = false

Definition at line 272 of file animation.hpp.


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