Main Page   Class Hierarchy   Compound List   File List   Compound Members  

QuestMaster Class Reference

This class basically tracks the player's progress and gives them undone quests. More...

#include <Quests.h>

List of all members.

Public Methods

string GiveNextQuest (int map)
 Hands out the info for a quest for a certain floor, or returns BS if there is none.

void loadQuests (char *filename)
 Loads quests from a file. Can be called multiple times to append quests vector.

QuestNextQuest (int map)
 Gives a ptr to the next valid quest on this floor.

 QuestMaster ()
 Constructor -- pretty much default values.


Public Attributes

vector< Quest * > quests
 Holds all the quests in the game right now.


Detailed Description

This class basically tracks the player's progress and gives them undone quests.

It also stores all of the quests, and can load them from a local text file. See Quests.cpp for the load code.


The documentation for this class was generated from the following files:
Generated on Thu Jun 3 16:21:29 2004 by doxygen1.2.15