LeviLamina
Loading...
Searching...
No Matches
ActorInWeatherTest.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
10
struct
FilterContext
;
11
struct
FilterInputs
;
12
namespace
Json {
class
Value; }
13
// clang-format on
14
15
class
ActorInWeatherTest
:
public
::FilterTest
{
16
public
:
17
// ActorInWeatherTest inner types define
18
enum class
WeatherType :
int
{
19
Undefined = -1,
20
Clear = 0,
21
Rain = 1,
22
Snow = 2,
23
Thunderstorm = 3,
24
};
25
26
public
:
27
// member variables
28
// NOLINTBEGIN
29
::ll::UntypedStorage<4, 4>
mUnk5d8074;
30
// NOLINTEND
31
32
public
:
33
// prevent constructor by default
34
ActorInWeatherTest
& operator=(
ActorInWeatherTest
const
&);
35
ActorInWeatherTest
(
ActorInWeatherTest
const
&);
36
ActorInWeatherTest
();
37
38
public
:
39
// virtual functions
40
// NOLINTBEGIN
41
// vIndex: 1
42
virtual
bool
setup(
::FilterTest::Definition
const
& definition,
::FilterInputs
const
& inputs)
/*override*/
;
43
44
// vIndex: 2
45
virtual
bool
evaluate(
::FilterContext
const
&
context
)
const
/*override*/
;
46
47
// vIndex: 4
48
virtual ::std::string_view getName()
const
/*override*/
;
49
50
// vIndex: 6
51
virtual ::Json::Value _serializeValue()
const
/*override*/
;
52
53
// vIndex: 0
54
virtual
~ActorInWeatherTest
()
/*override*/
=
default
;
55
// NOLINTEND
56
57
public
:
58
// destructor thunk
59
// NOLINTBEGIN
60
61
// NOLINTEND
62
63
public
:
64
// virtual function thunks
65
// NOLINTBEGIN
66
MCAPI
bool
$setup(
::FilterTest::Definition
const
& definition,
::FilterInputs
const
& inputs);
67
68
MCAPI
bool
$evaluate(
::FilterContext
const
&
context
)
const
;
69
70
MCAPI ::std::string_view $getName()
const
;
71
72
MCFOLD ::Json::Value $_serializeValue()
const
;
73
// NOLINTEND
74
75
public
:
76
// vftables
77
// NOLINTBEGIN
78
MCAPI
static
void
** $vftable();
79
// NOLINTEND
80
};
ActorInWeatherTest
Definition
ActorInWeatherTest.h:15
FilterTest
Definition
FilterTest.h:13
FilterContext
Definition
FilterContext.h:5
FilterInputs
Definition
FilterInputs.h:14
FilterTest::Definition
Definition
FilterTest.h:21
context
Definition
context.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
filters
ActorInWeatherTest.h
Generated on Sat Apr 26 2025 05:56:10 for LeviLamina by
1.12.0