The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions
helper.cpp File Reference

Support functions for dealing with units. More...

#include "resources.hpp"
#include "units/unit.hpp"
#include "units/helper.hpp"
Include dependency graph for helper.cpp:

Go to the source code of this file.

Namespaces

 unit_helper
 

Functions

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...
 
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...
 
std::string unit_helper::resistance_color (const int resistance)
 

Detailed Description

Support functions for dealing with units.

Definition in file helper.cpp.