LeviLamina
Loading...
Searching...
No Matches
VanillaSystemsEventingAdapter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/vanilla_systems/eventing/IVanillaSystemsEventingAdapter.h"
7
8namespace VanillaSystems {
9
10class VanillaSystemsEventingAdapter : public ::VanillaSystems::IVanillaSystemsEventingAdapter {
11public:
12 // member variables
13 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 VanillaSystemsEventingAdapter& operator=(VanillaSystemsEventingAdapter const&);
20 VanillaSystemsEventingAdapter(VanillaSystemsEventingAdapter const&);
21 VanillaSystemsEventingAdapter();
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual void
27 doFireEventActorValueValidationFailed(::std::string const& invalidValue, char const* caller) /*override*/;
28
29 virtual ~VanillaSystemsEventingAdapter() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35 MCNAPI void $doFireEventActorValueValidationFailed(::std::string const& invalidValue, char const* caller);
36
37
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
46
47} // namespace VanillaSystems
Definition IVanillaSystemsEventingAdapter.h:7
MCAPI void $doFireEventActorValueValidationFailed(::std::string const &invalidValue, char const *caller)
Definition Alias.h:14