LeviLamina
Loading...
Searching...
No Matches
ParticleCurveSimpleBase.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_20_80/particle/ParticleCurveBase.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_20_80 {
14
16public:
17 // member variables
18 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 1
33 virtual uint64 _getMinCurveNodesAllowed();
34
35 // vIndex: 2
36 virtual uint64 _getMaxCurveNodesAllowed();
37
38 // vIndex: 0
39 virtual ~ParticleCurveSimpleBase() /*override*/;
40 // NOLINTEND
41
42public:
43 // member functions
44 // NOLINTBEGIN
46
48
49 MCNAPI ::SharedTypes::v1_20_80::ParticleCurveSimpleBase&
51
52 MCNAPI ::SharedTypes::v1_20_80::ParticleCurveSimpleBase&
54
55 MCNAPI void validateNodeListSize();
56 // NOLINTEND
57
58public:
59 // static functions
60 // NOLINTBEGIN
61 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
62 // NOLINTEND
63
64public:
65 // constructor thunks
66 // NOLINTBEGIN
68
70 // NOLINTEND
71
72public:
73 // destructor thunk
74 // NOLINTBEGIN
75 MCNAPI void $dtor();
76 // NOLINTEND
77
78public:
79 // virtual function thunks
80 // NOLINTBEGIN
82
84 // NOLINTEND
85
86public:
87 // vftables
88 // NOLINTBEGIN
89 MCNAPI static void** $vftable();
90 // NOLINTEND
91};
92
93} // namespace SharedTypes::v1_20_80
Definition ParticleCurveBase.h:7
Definition ParticleCurveSimpleBase.h:15
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI ParticleCurveSimpleBase(::SharedTypes::v1_20_80::ParticleCurveSimpleBase const &)
MCAPI void * $ctor(::SharedTypes::v1_20_80::ParticleCurveSimpleBase &&)
MCAPI ParticleCurveSimpleBase(::SharedTypes::v1_20_80::ParticleCurveSimpleBase &&)
MCAPI::SharedTypes::v1_20_80::ParticleCurveSimpleBase & operator=(::SharedTypes::v1_20_80::ParticleCurveSimpleBase &&)
MCAPI void * $ctor(::SharedTypes::v1_20_80::ParticleCurveSimpleBase const &)
MCAPI::SharedTypes::v1_20_80::ParticleCurveSimpleBase & operator=(::SharedTypes::v1_20_80::ParticleCurveSimpleBase const &)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14