LeviLamina
Loading...
Searching...
No Matches
DeprecatedBaseTrigger.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/ExpressionNode.h"
7#include "mc/deps/shared_types/legacy/FilterSubject.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_26_10::BlockDefinition {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 32, ::std::string> mType;
21 ::ll::TypedStorage<8, 48, ::SharedTypes::Legacy::ExpressionNode> mCondition;
22 ::ll::TypedStorage<2, 2, ::SharedTypes::Legacy::FilterSubject> mTarget;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
29
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static void bindAllTriggersType(::cereal::ReflectionCtx& ctx);
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCFOLD void $dtor();
43 // NOLINTEND
44};
45
46} // namespace SharedTypes::v1_26_10::BlockDefinition
Definition ReflectionCtx.h:11
Definition ctx.h:5