Project Alice
Loading...
Searching...
No Matches
military::reserve_regiment Struct Reference

#include <military.hpp>

Public Attributes

dcon::regiment_id regiment
 
uint16_t flags = 0
 

Static Public Attributes

static constexpr uint16_t is_attacking = 0x0001
 
static constexpr uint16_t type_mask = 0x0006
 
static constexpr uint16_t type_infantry = 0x0000
 
static constexpr uint16_t type_cavalry = 0x0002
 
static constexpr uint16_t type_support = 0x0004
 

Detailed Description

Definition at line 72 of file military.hpp.

Member Data Documentation

◆ flags

uint16_t military::reserve_regiment::flags = 0

Definition at line 81 of file military.hpp.

◆ is_attacking

constexpr uint16_t military::reserve_regiment::is_attacking = 0x0001
staticconstexpr

Definition at line 73 of file military.hpp.

◆ regiment

dcon::regiment_id military::reserve_regiment::regiment

Definition at line 80 of file military.hpp.

◆ type_cavalry

constexpr uint16_t military::reserve_regiment::type_cavalry = 0x0002
staticconstexpr

Definition at line 77 of file military.hpp.

◆ type_infantry

constexpr uint16_t military::reserve_regiment::type_infantry = 0x0000
staticconstexpr

Definition at line 76 of file military.hpp.

◆ type_mask

constexpr uint16_t military::reserve_regiment::type_mask = 0x0006
staticconstexpr

Definition at line 75 of file military.hpp.

◆ type_support

constexpr uint16_t military::reserve_regiment::type_support = 0x0004
staticconstexpr

Definition at line 78 of file military.hpp.


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