LeviLamina
Loading...
Searching...
No Matches
DefinitionTrigger.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/FilterSubject.h"
7#include "mc/util/molang/ExpressionNode.h"
8
9// auto generated forward declare list
10// clang-format off
11class RenderParams;
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15class DefinitionTrigger {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 32, ::std::string> mType;
20 ::ll::TypedStorage<2, 2, ::SharedTypes::Legacy::FilterSubject> mTarget;
21 ::ll::TypedStorage<8, 16, ::ExpressionNode> mCondition;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 DefinitionTrigger(DefinitionTrigger const&);
27 DefinitionTrigger();
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI bool canTrigger(::RenderParams& params) const;
33
34 MCAPI ::DefinitionTrigger& operator=(::DefinitionTrigger&&);
35
36 MCAPI ::DefinitionTrigger& operator=(::DefinitionTrigger const&);
37
38 MCAPI ~DefinitionTrigger();
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCAPI void $dtor();
51 // NOLINTEND
52};
Definition RenderParams.h:30
Definition ReflectionCtx.h:11
Definition ctx.h:5