gamedev
|
Public Member Functions | |
void | addAIFunc (int(*func)(NPC *), bool preload) |
void | interact () |
void | wander (int) |
![]() | |
void | draw (void) |
void | spawn (float, float) |
Public Attributes | |
std::vector< int(*)(NPC *)> | aiFunc |
![]() | |
Inventory * | inv |
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 |
Texturec * | tex |
int | ticksToUse |