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