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;
41 virtual bool canUse() ;
44 virtual bool canContinueToUse() ;
47 virtual void start() ;
56 virtual void appendDebugInfo(::std::string& str)
const ;