LeviLamina
Loading...
Searching...
No Matches
ActorIsOwnerTest.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/filters/SimpleBoolFilterTest.h"
7
8// auto generated forward declare list
9// clang-format off
10struct FilterContext;
11// clang-format on
12
13class ActorIsOwnerTest : public ::SimpleBoolFilterTest {
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 virtual bool evaluate(::FilterContext const& context) const /*override*/;
18
19 virtual ::std::string_view getName() const /*override*/;
20
21 virtual ~ActorIsOwnerTest() /*override*/;
22 // NOLINTEND
23
24public:
25 // destructor thunk
26 // NOLINTBEGIN
27 MCNAPI void $dtor();
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33 MCNAPI bool $evaluate(::FilterContext const& context) const;
34
35 MCNAPI ::std::string_view $getName() const;
36
37
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
Definition ActorIsOwnerTest.h:13
MCAPI bool $evaluate(::FilterContext const &context) const
static MCAPI void ** $vftable()
MCAPI::std::string_view $getName() const
MCAPI void $dtor()
Definition FilterContext.h:5
Definition context.h:5