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<8, 56>
mUnk4e61de;
20
::ll::UntypedStorage<4, 4>
mUnk46defb;
21
::ll::UntypedStorage<4, 4>
mUnk50b2c7;
22
::ll::UntypedStorage<1, 1>
mUnkd77bcf;
23
::ll::UntypedStorage<1, 1>
mUnk946ea2;
24
// NOLINTEND
25
26
public
:
27
// prevent constructor by default
28
ParticleOnHitSubcomponent& operator=(ParticleOnHitSubcomponent
const
&);
29
ParticleOnHitSubcomponent(ParticleOnHitSubcomponent
const
&);
30
ParticleOnHitSubcomponent();
31
32
public
:
33
// virtual functions
34
// NOLINTBEGIN
35
virtual
~ParticleOnHitSubcomponent()
/*override*/
=
default
;
36
37
virtual
void
readfromJSON(
::Json::Value
& value)
/*override*/
;
38
39
virtual
void
writetoJSON(
::Json::Value
& component)
const
/*override*/
;
40
41
virtual
void
doOnHitEffect(
::Actor
& owner,
::ProjectileComponent
& component)
/*override*/
;
42
43
virtual
char
const
* getName()
const
/*override*/
;
44
// NOLINTEND
45
46
public
:
47
// virtual function thunks
48
// NOLINTBEGIN
49
MCAPI
void
$readfromJSON(
::Json::Value
& value);
50
51
MCAPI
void
$writetoJSON(
::Json::Value
& component)
const
;
52
53
MCAPI
void
$doOnHitEffect(
::Actor
& owner,
::ProjectileComponent
& component);
54
55
MCAPI
char
const
* $getName()
const
;
56
57
58
// NOLINTEND
59
60
public
:
61
// vftables
62
// NOLINTBEGIN
63
MCNAPI
static
void
**
$vftable
();
64
// NOLINTEND
65
};
Actor
Definition
Actor.h:105
Json::Value
Definition
Value.h:16
OnHitSubcomponent
Definition
OnHitSubcomponent.h:12
ParticleOnHitSubcomponent::$vftable
static MCAPI void ** $vftable()
ProjectileComponent
Definition
ProjectileComponent.h:30
ll::UntypedStorage
Definition
Alias.h:14
src
mc
entity
components_json_legacy
ParticleOnHitSubcomponent.h
Generated on
for LeviLamina by
1.16.1