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
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 // vIndex: 1
36 virtual ::HashedString const& getIdentifier() const /*override*/;
37
38 // vIndex: 0
39 virtual ~ParticleAppearanceBillboardComponent() /*override*/;
40 // NOLINTEND
41
42public:
43 // member functions
44 // NOLINTBEGIN
46
47 MCNAPI ::SharedTypes::v1_20_80::ParticleAppearanceBillboardComponent&
49 // NOLINTEND
50
51public:
52 // static functions
53 // NOLINTBEGIN
54 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
55 // NOLINTEND
56
57public:
58 // static variables
59 // NOLINTBEGIN
60 MCNAPI static ::HashedString const& NameID();
61 // NOLINTEND
62
63public:
64 // constructor thunks
65 // NOLINTBEGIN
67 // NOLINTEND
68
69public:
70 // destructor thunk
71 // NOLINTBEGIN
72 MCNAPI void $dtor();
73 // NOLINTEND
74
75public:
76 // virtual function thunks
77 // NOLINTBEGIN
78 MCNAPI ::HashedString const& $getIdentifier() const;
79 // NOLINTEND
80
81public:
82 // vftables
83 // NOLINTBEGIN
84 MCNAPI static void** $vftable();
85 // NOLINTEND
86};
87
88} // 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 &&)
Definition ParticleEffectComponent.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14