|
void | generate (unsigned int width) |
|
void | draw (Player *p) |
|
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) |
|
World * | goWorldLeft (Player *p) |
|
World * | goWorldRight (Player *p) |
|
World * | goWorldBack (Player *p) |
|
World * | goWorldFront (Player *p) |
|
World * | goInsideStructure (Player *p) |
|
void | addHole (unsigned int start, unsigned int end) |
|
int | getTheWidth (void) |
|
void | save (FILE *) |
|
void | load (FILE *) |
|
The documentation for this class was generated from the following files: