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;
32 SendEventGoal& operator=(SendEventGoal
const&);
33 SendEventGoal(SendEventGoal
const&);
39 virtual void appendDebugInfo(::std::string& str)
const ;
41 virtual bool canUse() ;
43 virtual bool canContinueToUse() ;
45 virtual void start() ;
51 virtual ~SendEventGoal() =
default;
57 MCAPI
int _selectBestSpell();
63 MCAPI
void $appendDebugInfo(::std::string& str)
const;
67 MCAPI
bool $canContinueToUse();