LeviLamina
Loading...
Searching...
No Matches
EmitterLifetimeEventsComponent.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
25 // NOLINTEND
26
27public:
28 // 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 ~EmitterLifetimeEventsComponent() /*override*/;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
45
47
48 MCNAPI ::SharedTypes::v1_20_80::EmitterLifetimeEventsComponent&
50
51 MCNAPI ::SharedTypes::v1_20_80::EmitterLifetimeEventsComponent&
53 // NOLINTEND
54
55public:
56 // static functions
57 // NOLINTBEGIN
58 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
59 // NOLINTEND
60
61public:
62 // static variables
63 // NOLINTBEGIN
64 MCNAPI static ::HashedString const& NameID();
65 // NOLINTEND
66
67public:
68 // constructor thunks
69 // NOLINTBEGIN
71
73 // NOLINTEND
74
75public:
76 // destructor thunk
77 // NOLINTBEGIN
78 MCNAPI void $dtor();
79 // NOLINTEND
80
81public:
82 // virtual function thunks
83 // NOLINTBEGIN
84 MCNAPI ::HashedString const& $getIdentifier() const;
85 // NOLINTEND
86
87public:
88 // vftables
89 // NOLINTBEGIN
90 MCNAPI static void** $vftable();
91 // NOLINTEND
92};
93
94} // namespace SharedTypes::v1_20_80
Definition HashedString.h:5
Definition EmitterLifetimeEventsComponent.h:16
MCAPI::SharedTypes::v1_20_80::EmitterLifetimeEventsComponent & operator=(::SharedTypes::v1_20_80::EmitterLifetimeEventsComponent const &)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(::SharedTypes::v1_20_80::EmitterLifetimeEventsComponent &&)
MCAPI::SharedTypes::v1_20_80::EmitterLifetimeEventsComponent & operator=(::SharedTypes::v1_20_80::EmitterLifetimeEventsComponent &&)
MCAPI void * $ctor(::SharedTypes::v1_20_80::EmitterLifetimeEventsComponent const &)
MCAPI EmitterLifetimeEventsComponent(::SharedTypes::v1_20_80::EmitterLifetimeEventsComponent &&)
static MCAPI ::HashedString const & NameID()
MCAPI EmitterLifetimeEventsComponent(::SharedTypes::v1_20_80::EmitterLifetimeEventsComponent const &)
MCAPI::HashedString const & $getIdentifier() const
Definition ParticleEffectComponent.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14