LeviLamina
Loading...
Searching...
No Matches
TouchTurnInteractBinding.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<8, 32, ::std::string> turnInteractButtonName;
10 ::ll::TypedStorage<8, 32, ::std::string> tapButtonName;
11 ::ll::TypedStorage<8, 32, ::std::string> holdButtonName;
12 ::ll::TypedStorage<4, 4, uint> areaBindingName;
13 ::ll::TypedStorage<4, 4, uint> conditionBindingName;
14 ::ll::TypedStorage<8, 32, ::std::string> sprintButtonName;
15 ::ll::TypedStorage<4, 4, uint> leftHandedBindingName;
16 ::ll::TypedStorage<4, 4, uint> moveStickVisibleBindingName;
17 ::ll::TypedStorage<4, 4, uint> altStickVisibleBindingName;
18 ::ll::TypedStorage<4, 4, uint> thumbstickOpacityBindingName;
19 ::ll::TypedStorage<4, 4, uint> staticJoystickBindingName;
20 ::ll::TypedStorage<4, 4, uint> staticAltJoystickBindingName;
21 ::ll::TypedStorage<4, 4, uint> altStickEnabledBindingName;
22 ::ll::TypedStorage<4, 4, uint> defaultMoveStickAreaBindingName;
23 ::ll::TypedStorage<4, 4, uint> defaultAltStickAreaBindingName;
24 ::ll::TypedStorage<4, 4, uint> defaultMoveStickVisibleBindingName;
25 ::ll::TypedStorage<4, 4, uint> defaultAltStickVisibleBindingName;
26 ::ll::TypedStorage<4, 4, uint> showActionButtonBindingName;
27 ::ll::TypedStorage<4, 4, uint> sprintOnMovementBindingName;
28 ::ll::TypedStorage<4, 4, uint> isInControlEditorBindingName;
29 ::ll::TypedStorage<1, 1, bool> isUsingNewControls;
30 ::ll::TypedStorage<4, 4, float> sensitivity;
31 // NOLINTEND
32
33public:
34 // prevent constructor by default
35 TouchTurnInteractBinding(TouchTurnInteractBinding const&);
36 TouchTurnInteractBinding();
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCAPI ::TouchTurnInteractBinding& operator=(::TouchTurnInteractBinding const&);
42
43 MCAPI ::TouchTurnInteractBinding& operator=(::TouchTurnInteractBinding&&);
44
45 MCAPI ~TouchTurnInteractBinding();
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCFOLD void $dtor();
52 // NOLINTEND
53};
Definition TouchTurnInteractBinding.h:5