17 ::ll::TypedStorage<1, 1, bool> mContinueSittingOnReload;
18 ::ll::TypedStorage<1, 1, bool> mContinueIfLeashed;
19 ::ll::TypedStorage<4, 4, int> mMinLookCount;
20 ::ll::TypedStorage<4, 4, int> mMaxLookCount;
21 ::ll::TypedStorage<4, 4, int> mRemainingLookCount;
22 ::ll::TypedStorage<4, 4, int> mRandomLookAroundCooldown;
23 ::ll::TypedStorage<8, 8, ::Tick> mNextAvailableSitTick;
30 virtual bool canUse() ;
33 virtual void start() ;
42 virtual bool canContinueToUse() ;
45 virtual void appendDebugInfo(::std::string& str)
const ;
68 MCAPI
bool $canContinueToUse();
70 MCAPI
void $appendDebugInfo(::std::string& str)
const;
76 MCAPI
static void** $vftable();