20 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
21 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mFilters;
22 ::ll::TypedStorage<8, 40, ::TempEPtr<::Mob>> mFollowingMob;
23 ::ll::TypedStorage<8, 32, ::std::string> mPreferredActorType;
24 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
25 ::ll::TypedStorage<4, 4, float> mStopDistance;
26 ::ll::TypedStorage<4, 4, int> mTimeToRecalcPath;
27 ::ll::TypedStorage<4, 4, int> mSearchRange;
28 ::ll::TypedStorage<1, 1, bool> mUseHomePositionRestriction;
33 FollowMobGoal& operator=(FollowMobGoal
const&);
34 FollowMobGoal(FollowMobGoal
const&);
40 virtual bool canUse() ;
42 virtual bool canContinueToUse() ;
44 virtual void start() ;
50 virtual void appendDebugInfo(::std::string& str)
const ;
52 virtual ~FollowMobGoal() ;
58 MCAPI ::gsl::span<::gsl::not_null<::Actor*>> _findCandidateMobs();
72 MCAPI
bool $canContinueToUse();
80 MCAPI
void $appendDebugInfo(::std::string& str)
const;