16class RaiderCelebrationGoal :
public ::BaseGoal {
20 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
21 ::ll::TypedStorage<4, 4, int> mNextJumpTickTimer;
22 ::ll::TypedStorage<4, 4, int> mNextSoundTickTimer;
23 ::ll::TypedStorage<4, 4, int> mRuntimeTicks;
24 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSoundEvent;
25 ::ll::TypedStorage<4, 8, ::SharedTypes::FloatRange> mSoundIntervalRange;
26 ::ll::TypedStorage<4, 8, ::SharedTypes::FloatRange> mJumpIntervalRange;
27 ::ll::TypedStorage<4, 4, float> mDuration;
28 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mCelebrationEndEvent;
33 RaiderCelebrationGoal& operator=(RaiderCelebrationGoal
const&);
34 RaiderCelebrationGoal(RaiderCelebrationGoal
const&);
35 RaiderCelebrationGoal();
40 virtual bool canUse() ;
42 virtual bool canContinueToUse() ;
44 virtual void start() ;
50 virtual void appendDebugInfo(::std::string& str)
const ;
56 MCAPI
explicit RaiderCelebrationGoal(
::Mob& mob);
62 MCAPI
void* $ctor(
::Mob& mob);
70 MCAPI
bool $canContinueToUse();
78 MCAPI
void $appendDebugInfo(::std::string& str)
const;