LeviLamina
Loading...
Searching...
No Matches
EmitterRateSteadyComponent.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
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 1
34 virtual ::HashedString const& getIdentifier() const /*override*/;
35
36 // vIndex: 0
37 virtual ~EmitterRateSteadyComponent() /*override*/;
38 // NOLINTEND
39
40public:
41 // member functions
42 // NOLINTBEGIN
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 // constructor thunks
60 // NOLINTBEGIN
62 // NOLINTEND
63
64public:
65 // destructor thunk
66 // NOLINTBEGIN
67 MCNAPI void $dtor();
68 // NOLINTEND
69
70public:
71 // virtual function thunks
72 // NOLINTBEGIN
73 MCNAPI ::HashedString const& $getIdentifier() const;
74 // NOLINTEND
75
76public:
77 // vftables
78 // NOLINTBEGIN
79 MCNAPI static void** $vftable();
80 // NOLINTEND
81};
82
83} // namespace SharedTypes::v1_20_80
Definition HashedString.h:5
Definition EmitterRateSteadyComponent.h:16
static MCAPI ::HashedString const & NameID()
MCAPI::HashedString const & $getIdentifier() const
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI EmitterRateSteadyComponent(::SharedTypes::v1_20_80::EmitterRateSteadyComponent &&)
MCAPI void * $ctor(::SharedTypes::v1_20_80::EmitterRateSteadyComponent &&)
Definition ParticleEffectComponent.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14