EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
NPCAI::State Namespace Reference

Enumerations

enum  {
  Invalid = -1, Idle = 1, Chasing = 2, Following = 3,
  Engaged = 4, Fleeing = 5, Signaling = 6, WarpOut = 7,
  WarpFollow = 8
}
 

Enumeration Type Documentation

anonymous enum
Enumerator
Invalid 
Idle 
Chasing 
Following 
Engaged 
Fleeing 
Signaling 
WarpOut 
WarpFollow 

Definition at line 35 of file NPCAI.h.

35  {
36  Invalid = -1,
37  Idle = 1, // not doing anything....idle.
38  Chasing = 2, // target out of range to attack/follow, but within npc sight range....use mwd/ab if equiped
39  Following = 3, // too close to chase, but to far to engage
40  Engaged = 4, // actively fighting
41  Fleeing = 5, // running away
42  Signaling = 6, // calling for help
43  WarpOut = 7, // leaving bubble
44  WarpFollow = 8 // will follow warping ship to their destination (adv)
45  };