WorldSim  inDev
2D tile-based sandbox RPG with procedurally generated fantasy world simulator 🌏
Public Member Functions | Public Attributes | List of all members
ItemRequest Class Reference
Collaboration diagram for ItemRequest:
Collaboration graph
[legend]

Public Member Functions

 ItemRequest (CanRequestItem *c, ItemType t, int v)
 
std::string toString () const
 

Public Attributes

CanRequestItemrequester
 
ItemType type
 
int value
 
bool privateContract
 

Constructor & Destructor Documentation

◆ ItemRequest()

ItemRequest::ItemRequest ( CanRequestItem c,
ItemType  t,
int  v 
)
inline

Member Function Documentation

◆ toString()

std::string ItemRequest::toString ( ) const
inline

Member Data Documentation

◆ privateContract

bool ItemRequest::privateContract

◆ requester

CanRequestItem* ItemRequest::requester

◆ type

ItemType ItemRequest::type

◆ value

int ItemRequest::value

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