Peoplemon  0.1.0
Peoplemon 3 game source documentation
Classes
core::file Namespace Reference

Collection of data classes that provide saving and loading of different game file formats. More...

Classes

class  Behavior
 Set of behaviors for NPCs and trainers. More...
 
class  Conversation
 Stores a conversation that an NPC or trainer can have with the player. More...
 
struct  GameSave
 Represents a game save and provides functionality to load and save. More...
 
struct  ItemDB
 Loads and stores metadata surrounding items in the game. More...
 
struct  MoveDB
 Stores the metadata of all peoplemon moves. More...
 
class  NPC
 File data for NPCs. More...
 
struct  PeoplemonDB
 Data structure that holds the underlaying data for all the peoplemon. More...
 
struct  Trainer
 Static data for trainers in the world. More...
 

Detailed Description

Collection of data classes that provide saving and loading of different game file formats.