20 ::ll::TypedStorage<8, 8, ::Mob&> mCaster;
21 ::ll::TypedStorage<8, 40, ::TempEPtr<::Actor>> mTarget;
22 ::ll::TypedStorage<8, 24, ::std::vector<::SendEventData>> mSpells;
23 ::ll::TypedStorage<4, 4, int> mCurrentTick;
24 ::ll::TypedStorage<4, 4, int> mCastTicksRemaining;
25 ::ll::TypedStorage<4, 4, int> mCurrentSpellIndex;
26 ::ll::TypedStorage<4, 4, int> mCurrentSpellStage;
27 ::ll::TypedStorage<8, 8, uint64> mCooldownStopTick;
34 virtual void appendDebugInfo(::std::string& str)
const ;
37 virtual bool canUse() ;
40 virtual bool canContinueToUse() ;
43 virtual void start() ;
58 MCAPI
int _selectBestSpell();
70 MCAPI
void $appendDebugInfo(::std::string& str)
const;
74 MCAPI
bool $canContinueToUse();
86 MCAPI
static void** $vftable();