15class MountPathingGoal :
public ::Goal {
19 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
20 ::ll::TypedStorage<8, 40, ::TempEPtr<::Actor>> mTarget;
21 ::ll::TypedStorage<4, 4, float> mSpeed;
22 ::ll::TypedStorage<4, 4, float> mMinTargetDistanceSquared;
23 ::ll::TypedStorage<1, 1, bool> mTrackTarget;
24 ::ll::TypedStorage<4, 4, int> mTimeToRecalculatePath;
29 MountPathingGoal& operator=(MountPathingGoal
const&);
30 MountPathingGoal(MountPathingGoal
const&);
36 virtual bool canUse() ;
38 virtual bool canContinueToUse() ;
40 virtual void start() ;
46 virtual void appendDebugInfo(::std::string& str)
const ;
48 virtual ~MountPathingGoal() =
default;
56 MCAPI
bool $canContinueToUse();
64 MCAPI
void $appendDebugInfo(::std::string& str)
const;