LeviLamina
Loading...
Searching...
No Matches
LegacyOnDigTriggerItemComponentData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
16
17public:
18 // member functions
19 // NOLINTBEGIN
21
23
25
26 MCNAPI ::LegacyOnDigTriggerItemComponentData& operator=(::LegacyOnDigTriggerItemComponentData&&);
27
29 // NOLINTEND
30
31public:
32 // constructor thunks
33 // NOLINTBEGIN
34 MCNAPI void* $ctor();
35
37
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCNAPI void $dtor();
45 // NOLINTEND
46};
Definition LegacyOnDigTriggerItemComponentData.h:5
MCAPI LegacyOnDigTriggerItemComponentData(::LegacyOnDigTriggerItemComponentData const &)
MCAPI void * $ctor(::LegacyOnDigTriggerItemComponentData const &)
MCAPI::LegacyOnDigTriggerItemComponentData & operator=(::LegacyOnDigTriggerItemComponentData &&)
MCAPI LegacyOnDigTriggerItemComponentData(::LegacyOnDigTriggerItemComponentData &&)
MCAPI void * $ctor(::LegacyOnDigTriggerItemComponentData &&)
Definition Alias.h:14