LeviLamina
Loading...
Searching...
No Matches
SoundEventIdentifier.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/LevelSoundEvent.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 40, ::std::variant<::std::monostate, ::SharedTypes::Legacy::LevelSoundEvent, ::std::string>>
18 mSound;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // static functions
29 // NOLINTBEGIN
30 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCNAPI void $dtor();
37 // NOLINTEND
38};
Definition SoundEventIdentifier.h:13
MCAPI void $dtor()
MCAPI ~SoundEventIdentifier()
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5