LeviLamina
Loading...
Searching...
No Matches
ComponentItemComponentData_v1_20_30.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
48 // NOLINTEND
49
50public:
51 // prevent constructor by default
53
54public:
55 // member functions
56 // NOLINTBEGIN
58
60
61 MCAPI ::ComponentItemComponentData_v1_20_30& operator=(::ComponentItemComponentData_v1_20_30&&);
62
63 MCAPI ::ComponentItemComponentData_v1_20_30& operator=(::ComponentItemComponentData_v1_20_30 const&);
64
66 // NOLINTEND
67
68public:
69 // static functions
70 // NOLINTBEGIN
71 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
72 // NOLINTEND
73
74public:
75 // constructor thunks
76 // NOLINTBEGIN
77 MCAPI void* $ctor(::ComponentItemComponentData_v1_20_30 const&);
78
79 MCAPI void* $ctor(::ComponentItemComponentData_v1_20_30&&);
80 // NOLINTEND
81
82public:
83 // destructor thunk
84 // NOLINTBEGIN
85 MCAPI void $dtor();
86 // NOLINTEND
87};
Definition ComponentItemComponentData_v1_20_30.h:10
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14