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

Une ligne d'inventaire : un objet et sa quantité. More...

#include <Equipment.h>

Public Attributes

int weightGrams = 0
 Poids unitaire, en grammes.
int quantity = 1
 Quantité. Une quantité nulle ou négative ne pèse rien.

Detailed Description

Une ligne d'inventaire : un objet et sa quantité.

Member Data Documentation

◆ quantity

int core::InventoryEntry::quantity = 1

Quantité. Une quantité nulle ou négative ne pèse rien.

◆ weightGrams

int core::InventoryEntry::weightGrams = 0

Poids unitaire, en grammes.


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