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