19 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
20 ::ll::TypedStorage<8, 40, ::TempEPtr<::Mob>> mParent;
21 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
22 ::ll::TypedStorage<4, 4, float> mSpeedModifierO;
23 ::ll::TypedStorage<4, 4, int> mDistanceCheckCounter;
24 ::ll::TypedStorage<4, 4, int> mCaravanSize;
25 ::ll::TypedStorage<8, 24, ::std::vector<::MobDescriptor>
const> mTargetTypes;
32 virtual bool canUse() ;
35 virtual bool canContinueToUse() ;
38 virtual void start() ;
47 virtual void appendDebugInfo(::std::string& str)
const ;
56 MCAPI
bool checkCaravanType(
::Mob* currentMob);
58 MCAPI
bool firstIsLeashed(
::Mob* currentMob,
int counter);
72 MCAPI
bool $canContinueToUse();
80 MCAPI
void $appendDebugInfo(::std::string& str)
const;
86 MCAPI
static void** $vftable();