LeviLamina
Loading...
Searching...
No Matches
ComponentItemComponentData_v1_20_40.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
44 // NOLINTEND
45
46public:
47 // prevent constructor by default
49
50public:
51 // member functions
52 // NOLINTBEGIN
54
56
57 MCAPI ::ComponentItemComponentData_v1_20_40& operator=(::ComponentItemComponentData_v1_20_40&&);
58
59 MCAPI ::ComponentItemComponentData_v1_20_40& operator=(::ComponentItemComponentData_v1_20_40 const&);
60
62 // NOLINTEND
63
64public:
65 // static functions
66 // NOLINTBEGIN
67 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
68 // NOLINTEND
69
70public:
71 // constructor thunks
72 // NOLINTBEGIN
73 MCAPI void* $ctor(::ComponentItemComponentData_v1_20_40 const&);
74
75 MCAPI void* $ctor(::ComponentItemComponentData_v1_20_40&&);
76 // NOLINTEND
77
78public:
79 // destructor thunk
80 // NOLINTBEGIN
81 MCAPI void $dtor();
82 // NOLINTEND
83};
Definition ComponentItemComponentData_v1_20_40.h:10
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14