19 ::ll::TypedStorage<8, 24, ::WeakEntityRef> mAttackTarget;
20 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Path>> mCurrentPath;
21 ::ll::TypedStorage<1, 1, bool> mClockwise;
22 ::ll::TypedStorage<1, 1, bool> mDone;
23 ::ll::TypedStorage<4, 4, int> mHasTargetTicks;
24 ::ll::TypedStorage<4, 4, int> mRangeAndViewTicks;
25 ::ll::TypedStorage<4, 4, float> mFireballPower;
26 ::ll::TypedStorage<4, 4, float> mFireballRange;
27 ::ll::TypedStorage<4, 4, float> mSwitchDirectionProbability;
28 ::ll::TypedStorage<4, 4, float> mViewAngle;
35 virtual bool canUse() ;
38 virtual bool canContinueToUse() ;
41 virtual void start() ;
50 virtual void appendDebugInfo(::std::string& str)
const ;
59 MCAPI
void findNewTarget();
61 MCAPI
void navigateToNextPathNode();
63 MCAPI
void setTarget(
::Actor* target);
77 MCAPI
bool $canContinueToUse();
85 MCAPI
void $appendDebugInfo(::std::string& str)
const;
91 MCAPI
static void** $vftable();