19 ::ll::TypedStorage<8, 40, ::TempEPtr<::Actor>> mTarget;
20 ::ll::TypedStorage<4, 4, float> mSpeed;
21 ::ll::TypedStorage<4, 4, float> mTargetDistSqr;
22 ::ll::TypedStorage<1, 1, bool> mTrackTarget;
23 ::ll::TypedStorage<4, 4, int> mTimeToRecalcPath;
24 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
31 virtual float _getAttackReachSqr();
37 virtual bool canUse() ;
40 virtual bool canContinueToUse() ;
43 virtual void start() ;
52 virtual void appendDebugInfo(::std::string& str)
const ;
64 MCAPI
float $_getAttackReachSqr();
68 MCAPI
bool $canContinueToUse();
76 MCAPI
void $appendDebugInfo(::std::string& str)
const;
82 MCAPI
static void** $vftable();