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