#include <iosfwd>
#include <string>
#include <vector>
Go to the source code of this file.
◆ race
The chess race.
| Enumerator |
|---|
| classic | |
| rooxx | |
| kingdom | |
| spawn | |
◆ get_all_races()
| std::vector< race > get_all_races |
( |
| ) |
|
|
noexcept |
◆ get_attack_speed()
| double get_attack_speed |
( |
const race |
r | ) |
|
|
noexcept |
Get the attack speed of a race.
The value of 1.0 is the baseline.
◆ get_max_health()
| double get_max_health |
( |
const race |
r | ) |
|
Get the maximum health for a piece.
◆ get_max_shield()
| double get_max_shield |
( |
const race |
r | ) |
|
Get the maximum shield value for a piece.
◆ get_movement_speed()
| double get_movement_speed |
( |
const race |
r | ) |
|
|
noexcept |
Get the movement speed of a race.
The value of 1.0 is the baseline.
◆ get_next()
◆ get_previous()
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const race |
c |
|
) |
| |
|
noexcept |
◆ test_race()
◆ to_human_str()
| std::string to_human_str |
( |
const race |
c | ) |
|
|
noexcept |
◆ to_str()
| std::string to_str |
( |
const race |
c | ) |
|
|
noexcept |