14class FollowParentGoal :
public ::BaseGoal {
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 ;
50 MCAPI
explicit FollowParentGoal(
::Mob& mob);
56 MCAPI
void* $ctor(
::Mob& mob);
64 MCAPI
bool $canContinueToUse();
72 MCAPI
void $appendDebugInfo(::std::string& str)
const;