LeviLamina
Loading...
Searching...
No Matches
ControllerIDtoClientMap.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8// auto generated forward declare list
9// clang-format off
10class IClientInstance;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<1, 1, bool> useGameControllerId;
18 ::ll::TypedStorage<1, 1, bool> onScreenAcceptingAllControllerInput;
19 ::ll::TypedStorage<1, 1, bool> acceptInputFromAllControllers;
20 ::ll::TypedStorage<1, 1, bool> inGame;
21 ::ll::TypedStorage<4, 4, int> primaryUserControllerId;
22 ::ll::TypedStorage<4, 4, int> lastInputUserControllerId;
23 ::ll::TypedStorage<8, 16, ::std::map<int, ::std::weak_ptr<::IClientInstance>>> controllerIDtoClientMap;
24 // NOLINTEND
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29#ifdef LL_PLAT_S
30 virtual ~ControllerIDtoClientMap() /*override*/ = default;
31#else // LL_PLAT_C
32 virtual ~ControllerIDtoClientMap() /*override*/;
33#endif
34
35 // NOLINTEND
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCAPI_C void insertClientInstance(int id, ::std::shared_ptr<::IClientInstance> clientInstance);
41
42 MCAPI_C void removeClientInstance(::std::shared_ptr<::IClientInstance> const& clientInstance);
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCAPI void $dtor();
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
Definition EnableNonOwnerReferences.h:7
Definition IClientInstance.h:5
Definition ControllerIDtoClientMap.h:13
static MCAPI void ** $vftable()