LeviLamina
Loading...
Searching...
No Matches
ParticleAppearanceTintingComponent.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
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 1
33 virtual ::HashedString const& getIdentifier() const /*override*/;
34
35 // vIndex: 0
36 virtual ~ParticleAppearanceTintingComponent() /*override*/;
37 // NOLINTEND
38
39public:
40 // member functions
41 // NOLINTBEGIN
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
49 // NOLINTEND
50
51public:
52 // static variables
53 // NOLINTBEGIN
54 MCNAPI static ::HashedString const& NameID();
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
61 // NOLINTEND
62
63public:
64 // destructor thunk
65 // NOLINTBEGIN
66 MCNAPI void $dtor();
67 // NOLINTEND
68
69public:
70 // virtual function thunks
71 // NOLINTBEGIN
72 MCNAPI ::HashedString const& $getIdentifier() const;
73 // NOLINTEND
74
75public:
76 // vftables
77 // NOLINTBEGIN
78 MCNAPI static void** $vftable();
79 // NOLINTEND
80};
81
82} // namespace SharedTypes::v1_20_80
Definition HashedString.h:5
Definition ParticleAppearanceTintingComponent.h:16
MCAPI void * $ctor(::SharedTypes::v1_20_80::ParticleAppearanceTintingComponent &&)
MCAPI ParticleAppearanceTintingComponent(::SharedTypes::v1_20_80::ParticleAppearanceTintingComponent &&)
static MCAPI ::HashedString const & NameID()
MCAPI::HashedString const & $getIdentifier() const
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ParticleEffectComponent.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14