21 ::ll::TypedStorage<4, 4, ::POIType> mPOIType;
22 ::ll::TypedStorage<8, 184, ::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;
38 virtual void appendDebugInfo(::std::string& str)
const ;
41 virtual bool canUse() ;
44 virtual bool canContinueToUse() ;
47 virtual void start() ;
56 virtual void useWorkstation();
67 MCAPI
bool _isInsideOrIsNotRaining();
69 MCAPI
void playPOISoundEvent()
const;
75 MCAPI
void* $ctor(
::Mob& mob);
87 MCAPI
void $appendDebugInfo(::std::string& str)
const;
91 MCAPI
bool $canContinueToUse();
99 MCAPI
void $useWorkstation();
105 MCAPI
static void** $vftable();