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> thumbstickOpacityBindingName;
18 ::ll::TypedStorage<4, 4, uint> staticJoystickBindingName;
19 ::ll::TypedStorage<4, 4, uint> defaultMoveStickAreaBindingName;
20 ::ll::TypedStorage<4, 4, uint> defaultMoveStickVisibleBindingName;
21 ::ll::TypedStorage<4, 4, uint> showActionButtonBindingName;
22 ::ll::TypedStorage<4, 4, uint> sprintOnMovementBindingName;
23 ::ll::TypedStorage<4, 4, uint> isInControlEditorBindingName;
24 ::ll::TypedStorage<1, 1, bool> isUsingNewControls;
25 ::ll::TypedStorage<4, 4, float> sensitivity;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI ::TouchTurnInteractBinding& operator=(::TouchTurnInteractBinding&&);
38
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCFOLD void $dtor();
46 // NOLINTEND
47};
Definition TouchTurnInteractBinding.h:5