19 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
20 ::ll::TypedStorage<1, 1, bool> mAttackOwner;
21 ::ll::TypedStorage<1, 1, bool> mMustReach;
22 ::ll::TypedStorage<1, 1, bool> mGlobalMustSee;
23 ::ll::TypedStorage<1, 1, bool> mTargetMustSee;
24 ::ll::TypedStorage<4, 4, int> mTargetMustSeeForgetTicks;
25 ::ll::TypedStorage<1, 1, bool> mFilterFailure;
26 ::ll::TypedStorage<4, 4, int> mFilterFailureTicks;
27 ::ll::TypedStorage<4, 4, int> mGlobalMustSeeForgetTicks;
28 ::ll::TypedStorage<4, 4, int> mPersistTargetTicks;
29 ::ll::TypedStorage<4, 4, int> mReachCache;
30 ::ll::TypedStorage<4, 4, int> mReachCacheTime;
31 ::ll::TypedStorage<4, 4, int> mUnseenTicks;
32 ::ll::TypedStorage<4, 4, float> mWithinDefault;
33 ::ll::TypedStorage<1, 1, bool> mReevaluateTarget;
34 ::ll::TypedStorage<8, 24, ::std::vector<::MobDescriptor>> mTargetTypes;
41 virtual bool isTargetGoal()
const ;
44 virtual bool canContinueToUse() ;
47 virtual void start() ;
56 virtual void appendDebugInfo(::std::string& str)
const ;
59 virtual bool _canAttack(
62 bool allowInvulnerable,
74 MCAPI
bool _canAttack(
::Actor* target,
bool outDescriptorMatch,
::MobDescriptor const** allowInvulnerable);
76 MCAPI
bool _canReach(
::Actor& target);
81 MCAPI
bool _withinRange(
::Actor const& target);
93 MCFOLD
bool $isTargetGoal()
const;
95 MCAPI
bool $canContinueToUse();
103 MCAPI
void $appendDebugInfo(::std::string& str)
const;
105 MCAPI
bool $_canAttack(
108 bool allowInvulnerable,
117 MCAPI
static void** $vftable();