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

Les compétences chargées, et ce qui n'a pas pu l'être. More...

#include <Skill.h>

Public Member Functions

const SkillDefinitionfind (std::string_view id) const
 La compétence portant cet identifiant, ou nullptr.

Public Attributes

std::vector< SkillDefinitionskills
std::vector< std::string > errors

Detailed Description

Les compétences chargées, et ce qui n'a pas pu l'être.

Member Function Documentation

◆ find()

const SkillDefinition * core::SkillCatalog::find ( std::string_view id) const
nodiscard

La compétence portant cet identifiant, ou nullptr.

Member Data Documentation

◆ errors

std::vector<std::string> core::SkillCatalog::errors

◆ skills

std::vector<SkillDefinition> core::SkillCatalog::skills

The documentation for this struct was generated from the following files:
  • /home/runner/work/JustAnotherDnDGame/JustAnotherDnDGame/Source/Core/Rpg/Skill.h
  • /home/runner/work/JustAnotherDnDGame/JustAnotherDnDGame/Source/Core/Rpg/Skill.cpp