18 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
19 ::ll::TypedStorage<4, 4, int> mTicks;
20 ::ll::TypedStorage<4, 4, int> mWanderTicks;
21 ::ll::TypedStorage<4, 4, float> mInterval;
22 ::ll::TypedStorage<4, 4, float> mLookAheadDistance;
23 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
24 ::ll::TypedStorage<4, 12, ::Vec3> mWanted;
37 virtual bool canUse() ;
40 virtual bool canContinueToUse() ;
43 virtual void start() ;
49 virtual void appendDebugInfo(::std::string& str)
const ;