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();
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCAPI TouchTurnInteractBinding(::TouchTurnInteractBinding const&);
41
42 MCAPI ::TouchTurnInteractBinding& operator=(::TouchTurnInteractBinding const&);
43
44 MCAPI ::TouchTurnInteractBinding& operator=(::TouchTurnInteractBinding&&);
45
46 MCAPI ~TouchTurnInteractBinding();
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCAPI void* $ctor(::TouchTurnInteractBinding const&);
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCFOLD void $dtor();
59 // NOLINTEND
60};
Definition TouchTurnInteractBinding.h:5