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
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 // vIndex: 1
37 virtual ::HashedString const& getIdentifier() const /*override*/;
38
39 // vIndex: 0
40 virtual ~EmitterLifetimeEventsComponent() /*override*/;
41 // NOLINTEND
42
43public:
44 // member functions
45 // NOLINTBEGIN
47
48 MCNAPI ::SharedTypes::v1_20_80::EmitterLifetimeEventsComponent&
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 // NOLINTEND
69
70public:
71 // destructor thunk
72 // NOLINTBEGIN
73 MCNAPI void $dtor();
74 // NOLINTEND
75
76public:
77 // virtual function thunks
78 // NOLINTBEGIN
79 MCNAPI ::HashedString const& $getIdentifier() const;
80 // NOLINTEND
81
82public:
83 // vftables
84 // NOLINTBEGIN
85 MCNAPI static void** $vftable();
86 // NOLINTEND
87};
88
89} // namespace SharedTypes::v1_20_80
Definition HashedString.h:5
Definition EmitterLifetimeEventsComponent.h:16
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 EmitterLifetimeEventsComponent(::SharedTypes::v1_20_80::EmitterLifetimeEventsComponent &&)
static MCAPI ::HashedString const & NameID()
MCAPI::HashedString const & $getIdentifier() const
Definition ParticleEffectComponent.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14