LeviLamina
Loading...
Searching...
No Matches
SendEventData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/LevelSoundEvent.h"
7
8// auto generated forward declare list
9// clang-format off
11struct SendEventStage;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
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;
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI ::SendEventData& operator=(::SendEventData const&);
39
40 MCAPI ~SendEventData();
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCAPI void $dtor();
47 // NOLINTEND
48};
Definition ActorFilterGroup.h:16
Definition SendEventData.h:14
Definition SendEventStage.h:8