Peoplemon  0.1.0
Peoplemon 3 game source documentation
Classes
Files

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

Classes

class  core::file::Behavior
 Set of behaviors for NPCs and trainers. More...
 
struct  core::file::GameSave
 Represents a game save and provides functionality to load and save. More...
 
struct  core::file::ItemDB
 Loads and stores metadata surrounding items in the game. More...
 
struct  core::file::MoveDB
 Stores the metadata of all peoplemon moves. More...
 
class  core::file::NPC
 File data for NPCs. More...
 
struct  core::file::PeoplemonDB
 Data structure that holds the underlaying data for all the peoplemon. More...
 
struct  core::file::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.