21 ::ll::TypedStorage<4, 4, ::POIType> mPOIType;
22 ::ll::TypedStorage<8, 152, ::WorkDefinition> mDefinition;
23 ::ll::TypedStorage<4, 4, int> mCooldownTick;
24 ::ll::TypedStorage<4, 4, int> mActiveTick;
25 ::ll::TypedStorage<4, 4, int> mSoundTick;
26 ::ll::TypedStorage<4, 4, int> mSoundTickMax;
27 ::ll::TypedStorage<1, 1, bool> mCanRainAtLocation;
28 ::ll::TypedStorage<4, 4, int> mRainCheckCooldownTick;
29 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnArrival;
30 ::ll::TypedStorage<1, 1, bool> mHasEverReachedJobsite;
31 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSoundEvent;
42 virtual void appendDebugInfo(::std::string& str)
const ;
45 virtual bool canUse() ;
48 virtual bool canContinueToUse() ;
51 virtual void start() ;
60 virtual void useWorkstation();
71 MCAPI
bool _isInsideOrIsNotRaining();
73 MCAPI
void playPOISoundEvent()
const;
79 MCAPI
void* $ctor(
::Mob& mob);
91 MCAPI
void $appendDebugInfo(::std::string& str)
const;
95 MCAPI
bool $canContinueToUse();
103 MCAPI
void $useWorkstation();