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 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33 MCNAPI void $doFireEventActorValueValidationFailed(::std::string const& invalidValue, char const* caller);
34
35
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
44
45} // namespace VanillaSystems
Definition IVanillaSystemsEventingAdapter.h:7
MCAPI void $doFireEventActorValueValidationFailed(::std::string const &invalidValue, char const *caller)
Definition Alias.h:14