gamedev
Public Member Functions | Public Attributes | List of all members
IndoorWorld Class Reference
Inheritance diagram for IndoorWorld:
World

Public Member Functions

void generate (unsigned int width)
 
void draw (Player *p)
 
- Public Member Functions inherited from World
void addStructure (_TYPE t, float x, float y, World *outside, World *inside)
 
void addMob (int t, float x, float y)
 
void addMob (int t, float x, float y, void(*hey)(Mob *))
 
void addNPC (float x, float y)
 
void addObject (ITEM_ID, bool, const char *, float, float)
 
void update (Player *p, unsigned int delta)
 
void generateFunc (unsigned int width, float(*func)(float))
 
void setBackground (WORLD_BG_TYPE bgt)
 
void setBGM (const char *path)
 
void bgmPlay (void)
 
void bgmStop (void)
 
void addLayer (unsigned int width)
 
void detect (Player *p)
 
WorldgoWorldLeft (Player *p)
 
WorldgoWorldRight (Player *p)
 
WorldgoWorldBack (Player *p)
 
WorldgoWorldFront (Player *p)
 
WorldgoInsideStructure (Player *p)
 
void addHole (unsigned int start, unsigned int end)
 
int getTheWidth (void)
 
void save (FILE *)
 
void load (FILE *)
 

Public Attributes

Worldoutside
 
- Public Attributes inherited from World
WorldtoLeft
 
WorldtoRight
 
Worldbehind
 
Worldinfront
 
std::vector< NPC * > npc
 
std::vector< Structures * > build
 
std::vector< Mob * > mob
 
std::vector< Entity * > entity
 
std::vector< Object * > object
 

Additional Inherited Members

- Protected Member Functions inherited from World
void singleDetect (Entity *e)
 
void deleteEntities (void)
 
- Protected Attributes inherited from World
struct line_tline
 
int x_start
 
unsigned int lineCount
 
vec2star
 
TexturecbgTex
 
Mix_Music * bgmObj
 
char * bgm
 

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