LeviLamina
Loading...
Searching...
No Matches
ContainerOwner.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
ContainerOwner
{
6
public
:
7
// ContainerOwner inner types declare
8
// clang-format off
9
class
OwnedContainer
;
10
// clang-format on
11
12
// ContainerOwner inner types define
13
class
OwnedContainer
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 16>
mUnkff2cc5;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
OwnedContainer
& operator=(
OwnedContainer
const
&);
23
OwnedContainer
(
OwnedContainer
const
&);
24
OwnedContainer
();
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCAPI
~OwnedContainer
();
30
// NOLINTEND
31
32
public
:
33
// destructor thunk
34
// NOLINTBEGIN
35
MCFOLD
void
$dtor();
36
// NOLINTEND
37
};
38
39
public
:
40
// member variables
41
// NOLINTBEGIN
42
::ll::UntypedStorage<8, 24>
mUnkec0b1f;
43
// NOLINTEND
44
45
public
:
46
// prevent constructor by default
47
ContainerOwner
& operator=(
ContainerOwner
const
&);
48
ContainerOwner
(
ContainerOwner
const
&);
49
ContainerOwner
();
50
};
ContainerOwner::OwnedContainer
Definition
ContainerOwner.h:13
ContainerOwner
Definition
ContainerOwner.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
ContainerOwner.h
Generated on Sat Apr 26 2025 05:56:07 for LeviLamina by
1.12.0