LeviLamina
Loading...
Searching...
No Matches
GiveableTrigger.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 GiveableTrigger& operator=(GiveableTrigger const&);
23
24public:
25 // member functions
26 // NOLINTBEGIN
28
29 MCNAPI void addItem(::ItemDescriptor const& itemDescriptor);
30
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
37 MCNAPI void* $ctor(::GiveableTrigger const&);
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCNAPI void $dtor();
44 // NOLINTEND
45};
Definition ItemDescriptor.h:22
Definition GiveableTrigger.h:10
MCAPI void $dtor()
MCAPI void * $ctor(::GiveableTrigger const &)
MCAPI ~GiveableTrigger()
MCAPI void addItem(::ItemDescriptor const &itemDescriptor)
MCAPI GiveableTrigger(::GiveableTrigger const &)
Definition Alias.h:14