#include <CBoss.h>
Inheritance diagram for Boss:
Public Member Functions | |
Boss () | |
~Boss () | |
void | setThinkTime (int time) |
void | setActionFinished (int time) |
bool | actionFinished () |
bool | readyForThink () |
Public Attributes | |
int | custom |
int | maxHealth |
unsigned int | shieldFrequency |
bool | active |
void(* | think )(void) |
void(* | react )(void) |
void(* | die )(void) |
Private Attributes | |
int | thinktime |
int | actiontime |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Entity. |