Macros | |
#define | FIRST_BULLET_NPCID 50 |
#define | LAST_BULLET_NPCID 59 |
#define | AI_VAR_BULLET_BLASTER varTable[1] |
#define | AI_VAR_BULLET_RANGE varTable[2] |
#define | AI_VAR_BLASTER_BULLET varTable[0] |
#define | AI_VAR_BLASTER_RANGE varTable[1] |
Enumerations | |
enum | AiStateBulletBill { AI_STATE_BULLET_INIT = 0 , AI_STATE_BULLET_READY = 1 , AI_STATE_BULLET_FIRED = 2 , AI_STATE_BULLET_HIT = 3 } |
enum | AiStateBillBlaster { AI_STATE_BLASTER_INIT = 0 , AI_STATE_BLASTER_PREPARE = 10 , AI_STATE_BLASTER_FIRE = 11 , AI_STATE_BLASTER_COOLDOWN = 12 } |
#define AI_VAR_BLASTER_BULLET varTable[0] |
#define AI_VAR_BLASTER_RANGE varTable[1] |
#define AI_VAR_BULLET_BLASTER varTable[1] |
#define AI_VAR_BULLET_RANGE varTable[2] |
#define FIRST_BULLET_NPCID 50 |
#define LAST_BULLET_NPCID 59 |
enum AiStateBillBlaster |
enum AiStateBulletBill |