LeviLamina
Loading...
Searching...
No Matches
WeaponItemComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/DefinitionTrigger.h"
7#include "mc/world/item/components/IItemComponentLegacyFactoryData.h"
8
9// auto generated forward declare list
10// clang-format off
12class HashedString;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnHurtActor;
20 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnHitActor;
21 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnHitBlock;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 0
33 virtual ~WeaponItemComponent() /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
40
42
43 MCAPI ::WeaponItemComponent& operator=(::WeaponItemComponent&&);
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCAPI static ::HashedString const& getIdentifier();
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
55 MCAPI void* $ctor(::WeaponItemComponent&&);
56
57 MCAPI void* $ctor(::WeaponItemComponent const&);
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCAPI void $dtor();
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftable();
70 // NOLINTEND
71};
Definition DefinitionTrigger.h:11
Definition HashedString.h:5
Definition IItemComponentLegacyFactoryData.h:5
Definition WeaponItemComponent.h:15
static MCAPI void ** $vftable()