JustAnotherDnDGame 0.1.0
Jeu de rôle tactique au d20, vue de dessus, en C++/Qt
Loading...
Searching...
No Matches
core::Location Struct Reference

Un lieu nommé d'une région : un nœud terminal du graphe, une carte à créer. More...

#include <Atlas.h>

Public Attributes

std::string id
std::string name
std::string source
std::string region
 Identifiant de la région qui le porte. Jamais vide.
std::string description
 Le texte du livre. Vide pour une entrée qu'il ne fait que nommer.

Detailed Description

Un lieu nommé d'une région : un nœud terminal du graphe, une carte à créer.

Member Data Documentation

◆ description

std::string core::Location::description

Le texte du livre. Vide pour une entrée qu'il ne fait que nommer.

◆ id

std::string core::Location::id

◆ name

std::string core::Location::name

◆ region

std::string core::Location::region

Identifiant de la région qui le porte. Jamais vide.

◆ source

std::string core::Location::source

The documentation for this struct was generated from the following file:
  • /home/runner/work/JustAnotherDnDGame/JustAnotherDnDGame/Source/Core/World/Atlas.h