Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

MapData Class Reference

#include <CSWorld.h>


Public Member Functions

 MapData ()
 ~MapData ()

Data Fields

char * name
int offsetX
int offsetY
bool isBackground
bool isParallax


Constructor & Destructor Documentation

MapData::MapData  )  [inline]
 

Definition at line 30 of file CSWorld.h.

References isBackground, isParallax, offsetX, and offsetY.

00031     {
00032         name = 0;
00033         offsetX = 0;
00034         offsetY = 0;
00035         isBackground = false;;
00036         isParallax = false;
00037     }

MapData::~MapData  )  [inline]
 

Definition at line 39 of file CSWorld.h.

00040     {
00041         if (name != 0)
00042         {
00043             free(name);
00044             name = 0;
00045         }
00046     }


Field Documentation

char* MapData::name
 

Definition at line 25 of file CSWorld.h.

Referenced by CSWorldData::~CSWorldData().

int MapData::offsetX
 

Definition at line 26 of file CSWorld.h.

Referenced by MapData().

int MapData::offsetY
 

Definition at line 27 of file CSWorld.h.

Referenced by MapData().

bool MapData::isBackground
 

Definition at line 28 of file CSWorld.h.

Referenced by MapData().

bool MapData::isParallax
 

Definition at line 29 of file CSWorld.h.

Referenced by MapData().


Generated on Wed Jul 14 00:45:30 2004 for CSLib by doxygen 1.3.6