LeviLamina
Loading...
Searching...
No Matches
DeprecatedQueuedTickingComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_26_10/block/DeprecatedBaseTrigger.h"
7
8namespace SharedTypes::v1_26_10::BlockDefinition {
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<4, 4, uint> mDelayIntervalMinTicks;
15 ::ll::TypedStorage<4, 4, uint> mDelayIntervalMaxTicks;
16 ::ll::TypedStorage<1, 1, bool> mLooping;
17 ::ll::TypedStorage<8, 88, ::SharedTypes::v1_26_10::BlockDefinition::DeprecatedBaseTrigger> mOnTimeDown;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // static variables
28 // NOLINTBEGIN
29 MCAPI static ::std::string_view const& NameId();
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCAPI void $dtor();
36 // NOLINTEND
37};
38
39} // namespace SharedTypes::v1_26_10::BlockDefinition
Definition DeprecatedQueuedTickingComponent.h:10