17 ::ll::TypedStorage<4, 4, float> mMinAngleOfView;
18 ::ll::TypedStorage<4, 4, float> mMaxAngleOfView;
19 ::ll::TypedStorage<4, 4, int> mMinLookTime;
20 ::ll::TypedStorage<4, 4, int> mMaxLookTime;
21 ::ll::TypedStorage<4, 4, float> mProbability;
22 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
23 ::ll::TypedStorage<4, 4, int> mTotalLookTime;
24 ::ll::TypedStorage<4, 4, float> mInitialRotation;
25 ::ll::TypedStorage<4, 4, float> mTargetRotation;
32 virtual bool canUse() ;
35 virtual bool canContinueToUse() ;
38 virtual void start() ;
44 virtual void appendDebugInfo(::std::string& str)
const ;
53 MCAPI
void _setRandomLook();
67 MCAPI
bool $canContinueToUse();
73 MCAPI
void $appendDebugInfo(::std::string& str)
const;
79 MCAPI
static void** $vftable();