LeviLamina
Loading...
Searching...
No Matches
ActorEquippedArmorEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/actor/ArmorSlot.h"
7
8// auto generated forward declare list
9// clang-format off
10class ItemInstance;
11class WeakEntityRef;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 24, ::WeakEntityRef> mEntity;
19 ::ll::TypedStorage<8, 128, ::ItemInstance const> mArmor;
20 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::ArmorSlot> mSlot;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCAPI void* $ctor(::ActorEquippedArmorEvent const&);
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCFOLD void $dtor();
45 // NOLINTEND
46};
Definition ItemInstance.h:16
Definition WeakEntityRef.h:14
Definition ActorEquippedArmorEvent.h:14