gamedev
Public Member Functions | Public Attributes | List of all members
NPC Class Reference
Inheritance diagram for NPC:
Entity

Public Member Functions

void addAIFunc (int(*func)(NPC *), bool preload)
 
void interact ()
 
void wander (int)
 
- Public Member Functions inherited from Entity
void draw (void)
 
void spawn (float, float)
 

Public Attributes

std::vector< int(*)(NPC *)> aiFunc
 
- 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: