LeviLamina
Loading...
Searching...
No Matches
WindBurstOnHitSubcomponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/components_json_legacy/OnHitSubcomponent.h"
7
8// auto generated forward declare list
9// clang-format off
10class Actor;
12namespace Json { class Value; }
13// clang-format on
14
15class WindBurstOnHitSubcomponent : public ::OnHitSubcomponent {
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual ~WindBurstOnHitSubcomponent() /*override*/;
20
21 virtual void readfromJSON(::Json::Value&) /*override*/;
22
23 virtual void writetoJSON(::Json::Value&) const /*override*/;
24
25 virtual void doOnHitEffect(::Actor& owner, ::ProjectileComponent& component) /*override*/;
26
27 virtual char const* getName() const /*override*/;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI WindBurstOnHitSubcomponent();
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCAPI void* $ctor();
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCAPI void $dtor();
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
51 MCFOLD void $readfromJSON(::Json::Value&);
52
53 MCFOLD void $writetoJSON(::Json::Value&) const;
54
55 MCAPI void $doOnHitEffect(::Actor& owner, ::ProjectileComponent& component);
56
57 MCAPI char const* $getName() const;
58
59
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCNAPI static void** $vftable();
66 // NOLINTEND
67};
Definition Actor.h:123
Definition Value.h:16
Definition ProjectileComponent.h:31
static MCAPI void ** $vftable()