From 49411238b04f3510d18617d1498622cf199c617d Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 8 Dec 2015 08:35:21 -0500 Subject: documentation, dialog box borders --- doc/html/classArena.html | 251 ----------------------------------------------- 1 file changed, 251 deletions(-) delete mode 100644 doc/html/classArena.html (limited to 'doc/html/classArena.html') diff --git a/doc/html/classArena.html b/doc/html/classArena.html deleted file mode 100644 index deade84..0000000 --- a/doc/html/classArena.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - -gamedev: Arena Class Reference - - - - - - - - - - -
-
- - - - - - -
-
gamedev -
-
-
- - - - - - -
-
- - -
- -
- -
-
- -
-
Arena Class Reference
-
-
-
-Inheritance diagram for Arena:
-
-
- - -World - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Public Member Functions

Arena (World *leave, Player *p)
 
-WorldexitArena (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)
 
-virtual void generate (unsigned int width)
 
-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)
 
-virtual void draw (Player *p)
 
-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 *)
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Additional Inherited Members

- 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
 
- 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: -
- - - - -- cgit v1.2.3