14class FollowParentGoal :
public ::Goal {
18 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
19 ::ll::TypedStorage<8, 40, ::TempEPtr<::Mob>> mParent;
20 ::ll::TypedStorage<4, 4, float> mSpeed;
21 ::ll::TypedStorage<4, 4, int> mTimeToRecalcPath;
22 ::ll::TypedStorage<1, 1, bool const> mStopNavigationOnStop;
27 FollowParentGoal& operator=(FollowParentGoal
const&);
28 FollowParentGoal(FollowParentGoal
const&);
34 virtual bool canUse() ;
36 virtual bool canContinueToUse() ;
38 virtual void start() ;
44 virtual void appendDebugInfo(::std::string& str)
const ;
46 virtual ~FollowParentGoal() =
default;
54 MCAPI
bool $canContinueToUse();
62 MCAPI
void $appendDebugInfo(::std::string& str)
const;