LeviLamina
Loading...
Searching...
No Matches
HurtOwnerSubcomponent.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
HurtOwnerSubcomponent :
public
::OnHitSubcomponent
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<4, 4>
mUnka1c6a7;
20
::ll::UntypedStorage<1, 1>
mUnk173a54;
21
::ll::UntypedStorage<1, 1>
mUnkc0e975;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
HurtOwnerSubcomponent& operator=(HurtOwnerSubcomponent
const
&);
27
HurtOwnerSubcomponent(HurtOwnerSubcomponent
const
&);
28
HurtOwnerSubcomponent();
29
30
public
:
31
// virtual functions
32
// NOLINTBEGIN
33
virtual
~HurtOwnerSubcomponent()
/*override*/
=
default
;
34
35
virtual
void
readfromJSON(
::Json::Value
& component)
/*override*/
;
36
37
virtual
void
writetoJSON(
::Json::Value
& component)
const
/*override*/
;
38
39
virtual
void
doOnHitEffect(
::Actor
& owner,
::ProjectileComponent
&)
/*override*/
;
40
41
virtual
char
const
* getName()
const
/*override*/
;
42
// NOLINTEND
43
44
public
:
45
// virtual function thunks
46
// NOLINTBEGIN
47
MCAPI
void
$readfromJSON(
::Json::Value
& component);
48
49
MCAPI
void
$writetoJSON(
::Json::Value
& component)
const
;
50
51
MCAPI
void
$doOnHitEffect(
::Actor
& owner,
::ProjectileComponent
&);
52
53
MCAPI
char
const
* $getName()
const
;
54
55
56
// NOLINTEND
57
58
public
:
59
// vftables
60
// NOLINTBEGIN
61
MCNAPI
static
void
**
$vftable
();
62
// NOLINTEND
63
};
Actor
Definition
Actor.h:105
HurtOwnerSubcomponent::$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
HurtOwnerSubcomponent.h
Generated on
for LeviLamina by
1.16.1