LeviLamina
Loading...
Searching...
No Matches
ParticleAppearanceBillboardComponent.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
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 1
35 virtual ::HashedString const& getIdentifier() const /*override*/;
36
37 // vIndex: 0
38 virtual ~ParticleAppearanceBillboardComponent() /*override*/;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
45
47
48 MCNAPI ::SharedTypes::v1_20_80::ParticleAppearanceBillboardComponent&
50 // NOLINTEND
51
52public:
53 // static functions
54 // NOLINTBEGIN
55 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
56 // NOLINTEND
57
58public:
59 // static variables
60 // NOLINTBEGIN
61 MCNAPI static ::HashedString const& NameID();
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
81 MCNAPI ::HashedString const& $getIdentifier() const;
82 // NOLINTEND
83
84public:
85 // vftables
86 // NOLINTBEGIN
87 MCNAPI static void** $vftable();
88 // NOLINTEND
89};
90
91} // namespace SharedTypes::v1_20_80
Definition HashedString.h:5
Definition ParticleAppearanceBillboardComponent.h:16
MCAPI void * $ctor(::SharedTypes::v1_20_80::ParticleAppearanceBillboardComponent &&)
MCAPI ParticleAppearanceBillboardComponent(::SharedTypes::v1_20_80::ParticleAppearanceBillboardComponent &&)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::HashedString const & $getIdentifier() const
MCAPI::SharedTypes::v1_20_80::ParticleAppearanceBillboardComponent & operator=(::SharedTypes::v1_20_80::ParticleAppearanceBillboardComponent &&)
MCAPI void * $ctor(::SharedTypes::v1_20_80::ParticleAppearanceBillboardComponent const &)
MCAPI ParticleAppearanceBillboardComponent(::SharedTypes::v1_20_80::ParticleAppearanceBillboardComponent const &)
Definition ParticleEffectComponent.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14