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;
 
   38    virtual bool canUse() ;
 
   41    virtual bool canContinueToUse() ;
 
   44    virtual void start() ;
 
   53    virtual void appendDebugInfo(::std::string& str) 
const ;
 
   62    MCAPI 
bool checkCaravanType(
::Mob* currentMob);
 
   64    MCAPI 
bool firstIsLeashed(
::Mob* currentMob, 
int counter);
 
   72    MCAPI 
bool $canContinueToUse();
 
   80    MCAPI 
void $appendDebugInfo(::std::string& str) 
const;