LeviLamina
Loading...
Searching...
No Matches
ActorRuntimeIDManager.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/NonOwnerPointer.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
class
ActorRuntimeID
;
12
class
EntityContext
;
13
class
GameplayUserManager
;
14
class
IActorManagerConnector
;
15
// clang-format on
16
17
class
ActorRuntimeIDManager
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<8, 8>
mUnk322003;
22
::ll::UntypedStorage<8, 64>
mUnk5c39dd;
23
::ll::UntypedStorage<8, 24>
mUnk666330;
24
::ll::UntypedStorage<8, 16>
mUnke0e9d8;
25
::ll::UntypedStorage<8, 16>
mUnkc90853;
26
::ll::UntypedStorage<8, 16>
mUnk2b82b5;
27
::ll::UntypedStorage<8, 16>
mUnkd8c1d0;
28
::ll::UntypedStorage<8, 16>
mUnk450b11;
29
::ll::UntypedStorage<8, 16>
mUnk7cb178;
30
// NOLINTEND
31
32
public
:
33
// prevent constructor by default
34
ActorRuntimeIDManager
& operator=(
ActorRuntimeIDManager
const
&);
35
ActorRuntimeIDManager
(
ActorRuntimeIDManager
const
&);
36
ActorRuntimeIDManager
();
37
38
public
:
39
// member functions
40
// NOLINTBEGIN
41
MCAPI
explicit
ActorRuntimeIDManager
(::Bedrock::NotNullNonOwnerPtr<::GameplayUserManager> gameplayUserManager);
42
43
MCAPI
void
_addEntity(
::EntityContext
const
& entity);
44
45
MCAPI
void
_onActorAdded(
::Actor
& actor);
46
47
MCAPI
void
_onRemoveActorEntityReferences(
::Actor
& actor);
48
49
MCAPI
void
_removeEntity(
::EntityContext
const
& entity);
50
51
MCAPI ::Actor* getRuntimeActorEntity(
::ActorRuntimeID
actorId,
bool
getRemoved)
const
;
52
53
MCAPI
void
initialize(
::IActorManagerConnector
& actorManagerConnector);
54
55
MCAPI
void
removeRuntimeActorEntity(
::ActorRuntimeID
actorRuntimeID);
56
57
MCAPI
~ActorRuntimeIDManager
();
58
// NOLINTEND
59
60
public
:
61
// constructor thunks
62
// NOLINTBEGIN
63
MCAPI
void
* $ctor(::Bedrock::NotNullNonOwnerPtr<::GameplayUserManager> gameplayUserManager);
64
// NOLINTEND
65
66
public
:
67
// destructor thunk
68
// NOLINTBEGIN
69
MCAPI
void
$dtor();
70
// NOLINTEND
71
};
ActorRuntimeIDManager
Definition
ActorRuntimeIDManager.h:17
ActorRuntimeID
Definition
ActorRuntimeID.h:5
Actor
Definition
Actor.h:104
EntityContext
Definition
EntityContext.h:16
GameplayUserManager
Definition
GameplayUserManager.h:22
IActorManagerConnector
Definition
IActorManagerConnector.h:14
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
ActorRuntimeIDManager.h
Generated on Sat Apr 26 2025 05:56:16 for LeviLamina by
1.12.0