15class HideGoal :
public ::MoveToPOIGoal {
19 ::ll::TypedStorage<2, 2, short> mHideAttempts;
29 virtual bool canUse() ;
31 virtual void start() ;
33 virtual bool canContinueToUse() ;
37 virtual void appendDebugInfo(::std::string& str)
const ;
39 virtual ::std::weak_ptr<::POIInstance> _getOwnedPOI(::POIType type)
const ;
41 virtual uint64 _getRepathTime()
const ;
47 MCAPI
explicit HideGoal(
::Mob& mob);
49 MCAPI
void _sendSoundTheAlarmAchievement()
const;
55 MCAPI
void* $ctor(
::Mob& mob);
65 MCAPI
bool $canContinueToUse();
69 MCAPI
void $appendDebugInfo(::std::string& str)
const;
71 MCAPI ::std::weak_ptr<::POIInstance> $_getOwnedPOI(::POIType type)
const;
73 MCFOLD uint64 $_getRepathTime()
const;