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

Go to the source code of this file.

Functions

unit_ptr make_unit_ptr (const config &cfg, bool use_traits=false, const vconfig *vcfg=nullptr)
 
unit_ptr make_unit_ptr (const unit_type &t, int side, bool real_unit, unit_race::GENDER gender=unit_race::NUM_GENDERS)
 
unit_ptr make_unit_ptr (const unit &u)
 

Function Documentation

◆ make_unit_ptr() [1/3]

unit_ptr make_unit_ptr ( const config cfg,
bool  use_traits = false,
const vconfig vcfg = nullptr 
)

Definition at line 19 of file make.cpp.

References unit::create().

◆ make_unit_ptr() [2/3]

unit_ptr make_unit_ptr ( const unit u)

Definition at line 27 of file make.cpp.

References unit::clone().

◆ make_unit_ptr() [3/3]

unit_ptr make_unit_ptr ( const unit_type t,
int  side,
bool  real_unit,
unit_race::GENDER  gender = unit_race::NUM_GENDERS 
)

Definition at line 23 of file make.cpp.

References unit::create(), and t.