LeviLamina
Loading...
Searching...
No Matches
ParticleEffectDescription.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/ParticleBasicRenderParameters.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
15struct ParticleEffectDescription {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 32, ::std::string> mIdentifier;
20 ::ll::TypedStorage<8, 80, ::SharedTypes::v1_20_80::ParticleBasicRenderParameters> mBasicRenderParams;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 ParticleEffectDescription();
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI ParticleEffectDescription(::SharedTypes::v1_20_80::ParticleEffectDescription const&);
31
32 MCAPI ::SharedTypes::v1_20_80::ParticleEffectDescription&
34
35 MCAPI ::SharedTypes::v1_20_80::ParticleEffectDescription&
37
38 MCAPI ~ParticleEffectDescription();
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCFOLD void $dtor();
57 // NOLINTEND
58};
59
60} // namespace SharedTypes::v1_20_80
Definition ParticleEffectDescription.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5