LeviLamina
Loading...
Searching...
No Matches
ParticleMotionParametricComponent.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/ParticleEffectComponent.h"
7
8// auto generated forward declare list
9// clang-format off
10class HashedString;
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_20_80 {
15
17public:
18 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 1
34 virtual ::HashedString const& getIdentifier() const /*override*/;
35
36 // vIndex: 0
37 virtual ~ParticleMotionParametricComponent() /*override*/;
38 // NOLINTEND
39
40public:
41 // member functions
42 // NOLINTBEGIN
44
45 MCNAPI ::SharedTypes::v1_20_80::ParticleMotionParametricComponent&
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
53 // NOLINTEND
54
55public:
56 // static variables
57 // NOLINTBEGIN
58 MCNAPI static ::HashedString const& NameID();
59 // NOLINTEND
60
61public:
62 // constructor thunks
63 // NOLINTBEGIN
65 // NOLINTEND
66
67public:
68 // destructor thunk
69 // NOLINTBEGIN
70 MCNAPI void $dtor();
71 // NOLINTEND
72
73public:
74 // virtual function thunks
75 // NOLINTBEGIN
76 MCNAPI ::HashedString const& $getIdentifier() const;
77 // NOLINTEND
78
79public:
80 // vftables
81 // NOLINTBEGIN
82 MCNAPI static void** $vftable();
83 // NOLINTEND
84};
85
86} // namespace SharedTypes::v1_20_80
Definition HashedString.h:5
Definition ParticleEffectComponent.h:12
Definition ParticleMotionParametricComponent.h:16
static MCAPI ::HashedString const & NameID()
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(::SharedTypes::v1_20_80::ParticleMotionParametricComponent &&)
MCAPI ParticleMotionParametricComponent(::SharedTypes::v1_20_80::ParticleMotionParametricComponent &&)
MCAPI::HashedString const & $getIdentifier() const
MCAPI::SharedTypes::v1_20_80::ParticleMotionParametricComponent & operator=(::SharedTypes::v1_20_80::ParticleMotionParametricComponent const &)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14