The Battle for Wesnoth  1.19.0-dev
Namespaces | Functions
helper.hpp File Reference
#include "units/map.hpp"
Include dependency graph for helper.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 unit_helper
 

Functions

bool unit_helper::will_certainly_advance (const unit_map::iterator &u)
 Encapsulates the logic for deciding whether an iterator u points to a unit that can advance. More...
 
int unit_helper::number_of_possible_advances (const unit &unit)
 Determines the total number of available advancements (of any kind) for a given unit. More...
 
std::string unit_helper::resistance_color (const int resistance)
 Maps resistance <= -60 (resistance value <= -60%) to intense red. More...
 
std::string unit_helper::unit_level_tooltip (const unit &u)
 
std::string unit_helper::unit_level_tooltip (const unit_type &type)