LeviLamina
Loading...
Searching...
No Matches
EmitterShapeDiscComponent.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/EmitterShapeSphereComponent.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
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 1
33 virtual ::HashedString const& getIdentifier() const /*override*/;
34
35 // vIndex: 0
36 virtual ~EmitterShapeDiscComponent() /*override*/;
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
43 // NOLINTEND
44
45public:
46 // static variables
47 // NOLINTBEGIN
48 MCNAPI static ::HashedString const& NameID();
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCNAPI void $dtor();
55 // NOLINTEND
56
57public:
58 // virtual function thunks
59 // NOLINTBEGIN
60 MCNAPI ::HashedString const& $getIdentifier() const;
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCNAPI static void** $vftable();
67 // NOLINTEND
68};
69
70} // namespace SharedTypes::v1_20_80
Definition HashedString.h:5
Definition EmitterShapeDiscComponent.h:16
MCAPI::HashedString const & $getIdentifier() const
static MCAPI ::HashedString const & NameID()
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition EmitterShapeSphereComponent.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14