LeviLamina
Loading...
Searching...
No Matches
PlayerIDs.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Social {
6
7
struct
PlayerIDs {
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 32>
mUnkdfe99d;
12
::ll::UntypedStorage<8, 32>
mUnkd4b5d1;
13
// NOLINTEND
14
15
#ifdef LL_PLAT_S
16
public
:
17
// prevent constructor by default
18
PlayerIDs& operator=(PlayerIDs
const
&);
19
PlayerIDs(PlayerIDs
const
&);
20
PlayerIDs();
21
22
#else
// LL_PLAT_C
23
public
:
24
// prevent constructor by default
25
PlayerIDs& operator=(PlayerIDs
const
&);
26
PlayerIDs();
27
28
#endif
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
#ifdef LL_PLAT_C
33
MCNAPI PlayerIDs(
::Social::PlayerIDs
const
&);
34
#endif
35
36
MCNAPI
~PlayerIDs
();
37
// NOLINTEND
38
39
public
:
40
// constructor thunks
41
// NOLINTBEGIN
42
#ifdef LL_PLAT_C
43
MCNAPI
void
* $ctor(
::Social::PlayerIDs
const
&);
44
#endif
45
// NOLINTEND
46
47
public
:
48
// destructor thunk
49
// NOLINTBEGIN
50
MCNAPI
void
$dtor
();
51
// NOLINTEND
52
};
53
54
}
// namespace Social
Social::PlayerIDs
Definition
PlayerIDs.h:7
Social::PlayerIDs::$dtor
MCAPI void $dtor()
Social::PlayerIDs::~PlayerIDs
MCAPI ~PlayerIDs()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
identity
PlayerIDs.h
Generated on
for LeviLamina by
1.16.1