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#ifdef LL_PLAT_C
41 MCAPI void insertClientInstance(int id, ::std::shared_ptr<::IClientInstance> clientInstance);
42
43 MCAPI void removeClientInstance(::std::shared_ptr<::IClientInstance> const& clientInstance);
44#endif
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCAPI void $dtor();
51 // NOLINTEND
52
53public:
54 // vftables
55 // NOLINTBEGIN
56 MCNAPI static void** $vftable();
57 // NOLINTEND
58};
Definition EnableNonOwnerReferences.h:7
Definition IClientInstance.h:5
Definition ControllerIDtoClientMap.h:13
static MCAPI void ** $vftable()