WorldSim  inDev
2D tile-based sandbox RPG with procedurally generated fantasy world simulator 🌏
Public Member Functions | Public Attributes | List of all members
Ingredient Class Reference

#include <Ingredient.hpp>

Collaboration diagram for Ingredient:
Collaboration graph
[legend]

Public Member Functions

 Ingredient (std::string _name)
 
std::string getColour ()
 

Public Attributes

std::string name
 
Effecteffect
 
ColourRGB< unsigned char > colour
 

Constructor & Destructor Documentation

◆ Ingredient()

Ingredient::Ingredient ( std::string  _name)
inline

Member Function Documentation

◆ getColour()

std::string Ingredient::getColour ( )
inline

Member Data Documentation

◆ colour

ColourRGB<unsigned char> Ingredient::colour

◆ effect

Effect* Ingredient::effect

◆ name

std::string Ingredient::name

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