LeviLamina
Loading...
Searching...
No Matches
ParticleOnHitSubcomponent.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
10
class
Actor
;
11
class
ProjectileComponent
;
12
namespace
Json {
class
Value; }
13
// clang-format on
14
15
class
ParticleOnHitSubcomponent
:
public
::OnHitSubcomponent
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<4, 4>
mUnk46defb;
20
::ll::UntypedStorage<1, 1>
mUnkd77bcf;
21
::ll::UntypedStorage<1, 1>
mUnk946ea2;
22
::ll::UntypedStorage<4, 4>
mUnk50b2c7;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
ParticleOnHitSubcomponent
& operator=(
ParticleOnHitSubcomponent
const
&);
28
ParticleOnHitSubcomponent
(
ParticleOnHitSubcomponent
const
&);
29
ParticleOnHitSubcomponent
();
30
31
public
:
32
// virtual functions
33
// NOLINTBEGIN
34
// vIndex: 0
35
virtual
~ParticleOnHitSubcomponent
()
/*override*/
=
default
;
36
37
// vIndex: 1
38
virtual
void
readfromJSON(
::Json::Value
& value)
/*override*/
;
39
40
// vIndex: 2
41
virtual
void
writetoJSON(
::Json::Value
& component)
const
/*override*/
;
42
43
// vIndex: 3
44
virtual
void
doOnHitEffect(
::Actor
& owner,
::ProjectileComponent
& component)
/*override*/
;
45
46
// vIndex: 4
47
virtual
char
const
* getName()
/*override*/
;
48
// NOLINTEND
49
50
public
:
51
// destructor thunk
52
// NOLINTBEGIN
53
54
// NOLINTEND
55
56
public
:
57
// virtual function thunks
58
// NOLINTBEGIN
59
MCAPI
void
$readfromJSON(
::Json::Value
& value);
60
61
MCAPI
void
$writetoJSON(
::Json::Value
& component)
const
;
62
63
MCAPI
void
$doOnHitEffect(
::Actor
& owner,
::ProjectileComponent
& component);
64
65
MCAPI
char
const
* $getName();
66
// NOLINTEND
67
68
public
:
69
// vftables
70
// NOLINTBEGIN
71
MCAPI
static
void
** $vftable();
72
// NOLINTEND
73
};
Actor
Definition
Actor.h:104
Json::Value
Definition
Value.h:16
OnHitSubcomponent
Definition
OnHitSubcomponent.h:12
ParticleOnHitSubcomponent
Definition
ParticleOnHitSubcomponent.h:15
ProjectileComponent
Definition
ProjectileComponent.h:30
ll::UntypedStorage
Definition
Alias.h:14
src
mc
entity
components_json_legacy
ParticleOnHitSubcomponent.h
Generated on Sat Apr 26 2025 05:55:36 for LeviLamina by
1.12.0