14class ChargeAttackGoal :
public ::BaseGoal {
18 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
19 ::ll::TypedStorage<4, 4, float> mMinDistance;
20 ::ll::TypedStorage<4, 4, float> mMaxDistance;
21 ::ll::TypedStorage<4, 4, float> mSuccessRate;
22 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
23 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSound;
28 ChargeAttackGoal& operator=(ChargeAttackGoal
const&);
29 ChargeAttackGoal(ChargeAttackGoal
const&);
35 virtual void start() ;
39 virtual bool canUse() ;
41 virtual bool canContinueToUse() ;
45 virtual void appendDebugInfo(::std::string& str)
const ;
51 MCAPI
explicit ChargeAttackGoal(
::Mob& pathMob);
57 MCAPI
void* $ctor(
::Mob& pathMob);
69 MCAPI
bool $canContinueToUse();
73 MCAPI
void $appendDebugInfo(::std::string& str)
const;