LeviLamina
Loading...
Searching...
No Matches
ActorHasPropertyTest.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/filters/FilterTest.h"
7
8// auto generated forward declare list
9// clang-format off
10struct FilterContext;
11struct FilterInputs;
12namespace Json { class Value; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 1
32 virtual bool setup(::FilterTest::Definition const& definition, ::FilterInputs const& inputs) /*override*/;
33
34 // vIndex: 2
35 virtual bool evaluate(::FilterContext const& context) const /*override*/;
36
37 // vIndex: 4
38 virtual ::std::string_view getName() const /*override*/;
39
40 // vIndex: 6
41 virtual ::Json::Value _serializeValue() const /*override*/;
42
43 // vIndex: 0
44 virtual ~ActorHasPropertyTest() /*override*/;
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCFOLD void $dtor();
51 // NOLINTEND
52
53public:
54 // virtual function thunks
55 // NOLINTBEGIN
56 MCFOLD bool $setup(::FilterTest::Definition const& definition, ::FilterInputs const& inputs);
57
58 MCAPI bool $evaluate(::FilterContext const& context) const;
59
60 MCAPI ::std::string_view $getName() const;
61
62 MCFOLD ::Json::Value $_serializeValue() const;
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCAPI static void** $vftable();
69 // NOLINTEND
70};
Definition ActorHasPropertyTest.h:15
Definition FilterTest.h:13
Definition FilterContext.h:5
Definition FilterInputs.h:14
Definition FilterTest.h:21
Definition context.h:5
Definition Alias.h:14