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

Le catalogue d'objets, et ce qui n'a pas pu être lu. More...

#include <Inventory.h>

Public Member Functions

const Itemfind (std::string_view id) const

Public Attributes

std::vector< Itemitems
std::vector< std::string > errors

Detailed Description

Le catalogue d'objets, et ce qui n'a pas pu être lu.

Member Function Documentation

◆ find()

const Item * core::ItemCatalog::find ( std::string_view id) const
nodiscard

Member Data Documentation

◆ errors

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

◆ items

std::vector<Item> core::ItemCatalog::items

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