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

#include <Mythology_Deity.hpp>

Collaboration diagram for Mythology_Deity:
Collaboration graph
[legend]

Public Types

enum  PERSONALITY { PHYSICAL, MYSTERIOUS, BUILDER, TRICKSTER }
 
enum  ALIGNMENT { GOOD, FLAWED, EVIL }
 

Public Member Functions

 Mythology_Deity ()
 
void act ()
 

Public Attributes

std::string name
 
Vector< Character * > vObservedCharacters
 
Worldworld
 

Member Enumeration Documentation

◆ ALIGNMENT

Enumerator
GOOD 
FLAWED 
EVIL 

◆ PERSONALITY

Enumerator
PHYSICAL 
MYSTERIOUS 
BUILDER 
TRICKSTER 

Constructor & Destructor Documentation

◆ Mythology_Deity()

Mythology_Deity::Mythology_Deity ( )

Member Function Documentation

◆ act()

void Mythology_Deity::act ( )

Member Data Documentation

◆ name

std::string Mythology_Deity::name

◆ vObservedCharacters

Vector<Character*> Mythology_Deity::vObservedCharacters

◆ world

World* Mythology_Deity::world

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