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
11public:
12 // member variables
13 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 // vIndex: 1
27 virtual void
28 doFireEventActorValueValidationFailed(::std::string const& invalidValue, char const* caller) /*override*/;
29
30 // vIndex: 0
31 virtual ~VanillaSystemsEventingAdapter() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCAPI void $doFireEventActorValueValidationFailed(::std::string const& invalidValue, char const* caller);
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCAPI static void** $vftable();
50 // NOLINTEND
51};
52
53} // namespace VanillaSystems
Definition IVanillaSystemsEventingAdapter.h:7
Definition VanillaSystemsEventingAdapter.h:10
Definition Alias.h:14