LeviLamina
Loading...
Searching...
No Matches
DealKineticDamageComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/entity/components/KineticDamageSettings.h"
7
#include "mc/platform/brstd/flat_map.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
struct
ActorUniqueID
;
12
// clang-format on
13
14
struct
DealKineticDamageComponent
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<4, 84, ::KineticDamageSettings> mSettings;
19
::ll::TypedStorage<4, 4, uint> mTicks;
20
::ll::TypedStorage<
21
8,
22
56,
23
::brstd::flat_map
<
24
::ActorUniqueID
,
25
uint,
26
::std::less<::ActorUniqueID>,
27
::std::vector<::ActorUniqueID>,
28
::std::vector<uint>>>
29
mHitEntities;
30
// NOLINTEND
31
32
public
:
33
// member functions
34
// NOLINTBEGIN
35
MCAPI
~DealKineticDamageComponent
();
36
// NOLINTEND
37
38
public
:
39
// destructor thunk
40
// NOLINTBEGIN
41
MCAPI
void
$dtor();
42
// NOLINTEND
43
};
brstd::flat_map
Definition
flat_map.h:8
ActorUniqueID
Definition
ActorUniqueID.h:5
DealKineticDamageComponent
Definition
DealKineticDamageComponent.h:14
src
mc
entity
components
DealKineticDamageComponent.h
Generated on
for LeviLamina by
1.16.1