56 ::std::string
const& name,
72 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
73 ::ll::TypedStorage<1, 1, bool> mReachedTarget;
74 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mFilters;
75 ::ll::TypedStorage<4, 4, float> mSpeed;
76 ::ll::TypedStorage<4, 4, float> mSpreadDegrees;
77 ::ll::TypedStorage<4, 8, ::FloatRange> mDestinationRange;
78 ::ll::TypedStorage<4, 4, float> mHeightDifferenceLimit;
79 ::ll::TypedStorage<4, 4, int> mHorizontalSearchDistance;
80 ::ll::TypedStorage<4, 4, int> mVerticalSearchDistance;
93 virtual bool canUse() ;
96 virtual bool canContinueToUse() ;
99 virtual void start() ;
102 virtual void stop() ;
105 virtual void tick() ;
108 virtual void appendDebugInfo(::std::string& str)
const ;