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