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

#include <level_type.hpp>

Static Public Attributes

static constexpr const char *const scenario = "scenario"
 
static constexpr const char *const user_map = "user_map"
 
static constexpr const char *const user_scenario = "user_scenario"
 
static constexpr const char *const random_map = "random_map"
 
static constexpr const char *const campaign = "campaign"
 
static constexpr const char *const sp_campaign = "sp_campaign"
 

Detailed Description

Definition at line 19 of file level_type.hpp.

Member Data Documentation

◆ campaign

constexpr const char* const level_type_defines::campaign = "campaign"
staticconstexpr

Definition at line 25 of file level_type.hpp.

◆ random_map

constexpr const char* const level_type_defines::random_map = "random_map"
staticconstexpr

Definition at line 24 of file level_type.hpp.

◆ scenario

constexpr const char* const level_type_defines::scenario = "scenario"
staticconstexpr

Definition at line 21 of file level_type.hpp.

◆ sp_campaign

constexpr const char* const level_type_defines::sp_campaign = "sp_campaign"
staticconstexpr

Definition at line 26 of file level_type.hpp.

◆ user_map

constexpr const char* const level_type_defines::user_map = "user_map"
staticconstexpr

Definition at line 22 of file level_type.hpp.

◆ user_scenario

constexpr const char* const level_type_defines::user_scenario = "user_scenario"
staticconstexpr

Definition at line 23 of file level_type.hpp.


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