From 443b77e47a7ef3a137e39c64abb277229a665d03 Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Tue, 8 Dec 2015 15:56:17 -0500 Subject: Sword can now kill the first entity --- doc/html/classArena.html | 255 ----------------------------------------------- 1 file changed, 255 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 add5779..0000000 --- a/doc/html/classArena.html +++ /dev/null @@ -1,255 +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