LeviLamina
Loading...
Searching...
No Matches
ImpactDamageSubcomponent.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
ImpactDamageSubcomponent :
public
::OnHitSubcomponent
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<4, 8>
mUnk8e7211;
20
::ll::UntypedStorage<4, 4>
mUnka69f08;
21
::ll::UntypedStorage<1, 1>
mUnk86604d;
22
::ll::UntypedStorage<1, 1>
mUnk9c35c0;
23
::ll::UntypedStorage<1, 1>
mUnk6e61b8;
24
::ll::UntypedStorage<1, 1>
mUnkedacbf;
25
::ll::UntypedStorage<1, 1>
mUnk5b9c0f;
26
::ll::UntypedStorage<1, 1>
mUnk5f06a5;
27
::ll::UntypedStorage<1, 1>
mUnk9cd21d;
28
::ll::UntypedStorage<1, 1>
mUnkb743a5;
29
::ll::UntypedStorage<4, 4>
mUnkf6b3c7;
30
::ll::UntypedStorage<4, 4>
mUnk63cb41;
31
::ll::UntypedStorage<4, 4>
mUnk2a732b;
32
// NOLINTEND
33
34
public
:
35
// prevent constructor by default
36
ImpactDamageSubcomponent& operator=(ImpactDamageSubcomponent
const
&);
37
ImpactDamageSubcomponent(ImpactDamageSubcomponent
const
&);
38
ImpactDamageSubcomponent();
39
40
public
:
41
// virtual functions
42
// NOLINTBEGIN
43
virtual
~ImpactDamageSubcomponent()
/*override*/
=
default
;
44
45
virtual
void
readfromJSON(
::Json::Value
& component)
/*override*/
;
46
47
virtual
void
writetoJSON(
::Json::Value
& component)
const
/*override*/
;
48
49
virtual
void
doOnHitEffect(
::Actor
& owner,
::ProjectileComponent
& component)
/*override*/
;
50
51
virtual
char
const
* getName()
const
/*override*/
;
52
// NOLINTEND
53
54
public
:
55
// virtual function thunks
56
// NOLINTBEGIN
57
MCAPI
void
$readfromJSON(
::Json::Value
& component);
58
59
MCAPI
void
$writetoJSON(
::Json::Value
& component)
const
;
60
61
MCAPI
void
$doOnHitEffect(
::Actor
& owner,
::ProjectileComponent
& component);
62
63
MCAPI
char
const
* $getName()
const
;
64
65
66
// NOLINTEND
67
68
public
:
69
// vftables
70
// NOLINTBEGIN
71
MCNAPI
static
void
**
$vftable
();
72
// NOLINTEND
73
};
Actor
Definition
Actor.h:105
ImpactDamageSubcomponent::$vftable
static MCAPI void ** $vftable()
Json::Value
Definition
Value.h:16
OnHitSubcomponent
Definition
OnHitSubcomponent.h:12
ProjectileComponent
Definition
ProjectileComponent.h:30
ll::UntypedStorage
Definition
Alias.h:14
src
mc
entity
components_json_legacy
ImpactDamageSubcomponent.h
Generated on
for LeviLamina by
1.16.1