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;
47 virtual bool isTargetGoal()
const ;
50 virtual bool canContinueToUse() ;
53 virtual void start() ;
62 virtual void appendDebugInfo(::std::string& str)
const ;
65 virtual bool _canAttack(
68 bool allowInvulnerable,
80 MCAPI
bool _canAttack(
::Actor* target,
bool allowInvulnerable,
::MobDescriptor const** outDescriptorMatch);
82 MCAPI
bool _canReach(
::Actor& target);
87 MCAPI
bool _withinRange(
::Actor const& target);
99 MCFOLD
bool $isTargetGoal()
const;
101 MCAPI
bool $canContinueToUse();
109 MCAPI
void $appendDebugInfo(::std::string& str)
const;
111 MCAPI
bool $_canAttack(
114 bool allowInvulnerable,
123 MCAPI
static void** $vftable();