13class DragonChargePlayerGoal :
public ::DragonBaseGoal {
17 ::ll::TypedStorage<4, 4, int> mOutsideChargeZoneTicks;
18 ::ll::TypedStorage<4, 4, int> mContinueChargeThresholdTicks;
23 DragonChargePlayerGoal();
28 virtual bool canUse() ;
30 virtual bool canContinueToUse() ;
32 virtual void start() ;
38 virtual void appendDebugInfo(::std::string& str)
const ;
44 MCAPI
explicit DragonChargePlayerGoal(
::Mob& mob);
50 MCAPI
void* $ctor(
::Mob& mob);
58 MCAPI
bool $canContinueToUse();
66 MCAPI
void $appendDebugInfo(::std::string& str)
const;