The Battle for Wesnoth  1.19.0-dev
Static Public Attributes | List of all members
ai::ai_target_defines Struct Reference

#include <ai_target.hpp>

Static Public Attributes

static constexpr const char *const village = "village"
 
static constexpr const char *const leader = "leader"
 
static constexpr const char *const xplicit = "explicit"
 
static constexpr const char *const threat = "threat"
 
static constexpr const char *const battle_aid = "battle aid"
 
static constexpr const char *const mass = "mass"
 
static constexpr const char *const support = "support"
 

Detailed Description

Definition at line 22 of file ai_target.hpp.

Member Data Documentation

◆ battle_aid

constexpr const char* const ai::ai_target_defines::battle_aid = "battle aid"
staticconstexpr

Definition at line 28 of file ai_target.hpp.

◆ leader

constexpr const char* const ai::ai_target_defines::leader = "leader"
staticconstexpr

Definition at line 25 of file ai_target.hpp.

◆ mass

constexpr const char* const ai::ai_target_defines::mass = "mass"
staticconstexpr

Definition at line 29 of file ai_target.hpp.

◆ support

constexpr const char* const ai::ai_target_defines::support = "support"
staticconstexpr

Definition at line 30 of file ai_target.hpp.

◆ threat

constexpr const char* const ai::ai_target_defines::threat = "threat"
staticconstexpr

Definition at line 27 of file ai_target.hpp.

◆ village

constexpr const char* const ai::ai_target_defines::village = "village"
staticconstexpr

Definition at line 24 of file ai_target.hpp.

◆ xplicit

constexpr const char* const ai::ai_target_defines::xplicit = "explicit"
staticconstexpr

Definition at line 26 of file ai_target.hpp.


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