16class WorkGoal :
public ::MoveToPOIGoal {
20 ::ll::TypedStorage<4, 4, ::POIType> mPOIType;
21 ::ll::TypedStorage<4, 4, int> mMinSoundDelay;
22 ::ll::TypedStorage<4, 4, int> mMaxSoundDelay;
23 ::ll::TypedStorage<4, 4, int> mGoalCooldown;
24 ::ll::TypedStorage<4, 4, int> mActiveTime;
25 ::ll::TypedStorage<1, 1, bool> mCanWorkInRain;
26 ::ll::TypedStorage<4, 4, int> mWorkInRainTolerance;
27 ::ll::TypedStorage<4, 4, int> mCooldownTick;
28 ::ll::TypedStorage<4, 4, int> mActiveTick;
29 ::ll::TypedStorage<4, 4, int> mSoundTick;
30 ::ll::TypedStorage<4, 4, int> mSoundTickMax;
31 ::ll::TypedStorage<1, 1, bool> mCanRainAtLocation;
32 ::ll::TypedStorage<4, 4, int> mRainCheckCooldownTick;
33 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnArrival;
34 ::ll::TypedStorage<1, 1, bool> mHasEverReachedJobsite;
35 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSoundEvent;
45 virtual void appendDebugInfo(::std::string& str)
const ;
47 virtual bool canUse() ;
49 virtual bool canContinueToUse() ;
51 virtual void start() ;
57 virtual void useWorkstation();
59 virtual ~WorkGoal() =
default;
65 MCAPI
explicit WorkGoal(
::Mob& mob);
67 MCAPI
bool _isInsideOrIsNotRaining();
69 MCAPI
void playPOISoundEvent()
const;
75 MCAPI
void* $ctor(
::Mob& mob);
81 MCAPI
void $appendDebugInfo(::std::string& str)
const;
85 MCAPI
bool $canContinueToUse();
93 MCAPI
void $useWorkstation();