20 ::ll::TypedStorage<8, 40, ::TempEPtr<::Actor>> mTarget;
21 ::ll::TypedStorage<4, 4, float> mTargetDist;
22 ::ll::TypedStorage<4, 4, int> mTimeToRecalcPath;
23 ::ll::TypedStorage<4, 4, int> mStartCounter;
24 ::ll::TypedStorage<4, 4, int> mStartDelay;
25 ::ll::TypedStorage<1, 1, bool> mAvoidWater;
26 ::ll::TypedStorage<1, 1, bool> mTargetNeeded;
27 ::ll::TypedStorage<4, 4, float> mMountDistance;
28 ::ll::TypedStorage<4, 4, int> mFailedAttemptsCounter;
29 ::ll::TypedStorage<4, 4, int> mMaxFailedAttempts;
30 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
31 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Path>> mPath;
47 virtual bool canUse() ;
50 virtual bool canContinueToUse() ;
53 virtual void start() ;
62 virtual void appendDebugInfo(::std::string& str)
const ;