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

-Public Member Functions

-void draw (void)
 
-void spawn (float, float)
 
-virtual void wander (int)
 
-virtual void interact ()
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Public Attributes

-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