15 ::ll::TypedStorage<4, 4, ::POIType> mPOIType;
16 ::ll::TypedStorage<4, 4, int> mMinSoundDelay;
17 ::ll::TypedStorage<4, 4, int> mMaxSoundDelay;
18 ::ll::TypedStorage<4, 4, int> mGoalCooldown;
19 ::ll::TypedStorage<4, 4, int> mActiveTime;
20 ::ll::TypedStorage<1, 1, bool> mCanWorkInRain;
21 ::ll::TypedStorage<4, 4, int> mWorkInRainTolerance;
22 ::ll::TypedStorage<4, 4, int> mCooldownTick;
23 ::ll::TypedStorage<4, 4, int> mActiveTick;
24 ::ll::TypedStorage<4, 4, int> mSoundTick;
25 ::ll::TypedStorage<4, 4, int> mSoundTickMax;
26 ::ll::TypedStorage<1, 1, bool> mCanRainAtLocation;
27 ::ll::TypedStorage<4, 4, int> mRainCheckCooldownTick;
28 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnArrival;
29 ::ll::TypedStorage<1, 1, bool> mHasEverReachedJobsite;
30 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSoundEvent;
36 virtual void appendDebugInfo(::std::string& str)
const ;
38 virtual bool canUse() ;
40 virtual bool canContinueToUse() ;
42 virtual void start() ;
48 virtual void useWorkstation();
54 MCAPI
void playPOISoundEvent()
const;
60 MCAPI
void $appendDebugInfo(::std::string& str)
const;
64 MCAPI
bool $canContinueToUse();
72 MCAPI
void $useWorkstation();