18 ::ll::TypedStorage<4, 4, float> minActivationRange;
19 ::ll::TypedStorage<4, 4, float> maxActivationRange;
20 ::ll::TypedStorage<4, 4, int> cooldownTime;
21 ::ll::TypedStorage<4, 4, int> castDuration;
22 ::ll::TypedStorage<4, 4, float> weight;
23 ::ll::TypedStorage<1, 1, bool> doCastingAnimation;
24 ::ll::TypedStorage<1, 1, bool> lookAtTarget;
25 ::ll::TypedStorage<4, 4, int> particleColor;
26 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> targetFilter;
27 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> startSound;
28 ::ll::TypedStorage<8, 24, ::std::vector<::SendEventStage>> stages;
38 MCAPI SendEventData(::SendEventData
const&);
40 MCAPI ::SendEventData& operator=(::SendEventData
const&);
42 MCAPI ~SendEventData();
48 MCAPI
void* $ctor(::SendEventData
const&);