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/classPlayer.html | 202 ---------------------------------------------- 1 file changed, 202 deletions(-) delete mode 100644 doc/html/classPlayer.html (limited to 'doc/html/classPlayer.html') diff --git a/doc/html/classPlayer.html b/doc/html/classPlayer.html deleted file mode 100644 index c0dcb5e..0000000 --- a/doc/html/classPlayer.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - -gamedev: Player Class Reference - - - - - - - - - - -
-
- - - - - - -
-
gamedev -
-
-
- - - - - - -
-
- - -
- -
- -
-
- -
-
Player Class Reference
-
-
-
-Inheritance diagram for Player:
-
-
- - -Entity - -
- - - - - - - - - - - -

-Public Member Functions

-void interact ()
 
- Public Member Functions inherited from Entity
-void draw (void)
 
-void spawn (float, float)
 
-virtual void wander (int)
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Public Attributes

-QuestHandler qh
 
-bool light = false
 
- Public Attributes inherited from Entity
-Inventoryinv
 
-vec2 loc
 
-vec2 vel
 
-float width
 
-float height
 
-float speed
 
-bool near
 
-bool canMove
 
-bool right
 
-bool left
 
-bool alive
 
-unsigned char ground
 
-float health
 
-float maxHealth
 
-_TYPE type
 
-int subtype
 
-char * name
 
-GENDER gender
 
-Texturectex
 
-int ticksToUse
 
-
The documentation for this class was generated from the following files: -
- - - - -- cgit v1.2.3