LeviLamina
Loading...
Searching...
No Matches
ActorIsRaiderTest.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
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 // vIndex: 2
18 virtual bool evaluate(::FilterContext const& context) const /*override*/;
19
20 // vIndex: 4
21 virtual ::std::string_view getName() const /*override*/;
22
23 // vIndex: 0
24 virtual ~ActorIsRaiderTest() /*override*/ = default;
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36 MCAPI bool $evaluate(::FilterContext const& context) const;
37
38 MCAPI ::std::string_view $getName() const;
39 // NOLINTEND
40
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCAPI static void** $vftable();
45 // NOLINTEND
46};
Definition ActorIsRaiderTest.h:13
Definition SimpleBoolFilterTest.h:14
Definition FilterContext.h:5
Definition context.h:5