LeviLamina
Loading...
Searching...
No Matches
ParticleLifetimeExpressionComponent.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
22 // NOLINTEND
23
24public:
25 // 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 ~ParticleLifetimeExpressionComponent() /*override*/;
37 // NOLINTEND
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCNAPI ::SharedTypes::v1_20_80::ParticleLifetimeExpressionComponent&
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
50 // NOLINTEND
51
52public:
53 // static variables
54 // NOLINTBEGIN
55 MCNAPI static ::HashedString const& NameID();
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCNAPI void $dtor();
62 // NOLINTEND
63
64public:
65 // virtual function thunks
66 // NOLINTBEGIN
67 MCNAPI ::HashedString const& $getIdentifier() const;
68 // NOLINTEND
69
70public:
71 // vftables
72 // NOLINTBEGIN
73 MCNAPI static void** $vftable();
74 // NOLINTEND
75};
76
77} // namespace SharedTypes::v1_20_80
Definition HashedString.h:5
Definition ParticleEffectComponent.h:12
Definition ParticleLifetimeExpressionComponent.h:16
MCAPI::HashedString const & $getIdentifier() const
static MCAPI ::HashedString const & NameID()
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::SharedTypes::v1_20_80::ParticleLifetimeExpressionComponent & operator=(::SharedTypes::v1_20_80::ParticleLifetimeExpressionComponent const &)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14