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/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 602cbaf..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