LeviLamina
Loading...
Searching...
No Matches
RemoveOnHitSubcomponent.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
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual ~RemoveOnHitSubcomponent() /*override*/ = default;
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 // virtual function thunks
32 // NOLINTBEGIN
33 MCFOLD void $readfromJSON(::Json::Value&);
34
35 MCFOLD void $writetoJSON(::Json::Value&) const;
36
37 MCAPI void $doOnHitEffect(::Actor& owner, ::ProjectileComponent& component);
38
39 MCAPI char const* $getName() const;
40
41
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
Definition Actor.h:105
Definition Value.h:16
Definition OnHitSubcomponent.h:12
Definition ProjectileComponent.h:30
Definition RemoveOnHitSubcomponent.h:15
static MCAPI void ** $vftable()