LeviLamina
Loading...
Searching...
No Matches
ClientActorManagerProxy.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/ActorManagerProxy.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
// clang-format on
12
13
class
ClientActorManagerProxy
:
public
::ActorManagerProxy
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 24>
mUnk495c78;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
ClientActorManagerProxy
& operator=(
ClientActorManagerProxy
const
&);
23
ClientActorManagerProxy
(
ClientActorManagerProxy
const
&);
24
ClientActorManagerProxy
();
25
26
public
:
27
// virtual functions
28
// NOLINTBEGIN
29
// vIndex: 1
30
virtual
void
initializeActor(
::Actor
& actor)
/*override*/
;
31
32
// vIndex: 2
33
virtual
bool
validate(
::Actor
const
& actor)
/*override*/
;
34
35
// vIndex: 3
36
virtual
void
addActor(
::Actor
& actor)
/*override*/
;
37
38
// vIndex: 5
39
virtual
void
removeActorInLevelChunk(
::Actor
const
&)
/*override*/
;
40
41
// vIndex: 6
42
virtual
void
deleteActorFromWorldInLevelChunk(
::Actor
const
&)
/*override*/
;
43
44
// vIndex: 0
45
virtual
~ClientActorManagerProxy
()
/*override*/
=
default
;
46
// NOLINTEND
47
48
public
:
49
// destructor thunk
50
// NOLINTBEGIN
51
52
// NOLINTEND
53
54
public
:
55
// virtual function thunks
56
// NOLINTBEGIN
57
MCAPI
void
$initializeActor(
::Actor
& actor);
58
59
MCAPI
bool
$validate(
::Actor
const
& actor);
60
61
MCAPI
void
$addActor(
::Actor
& actor);
62
63
MCFOLD
void
$removeActorInLevelChunk(
::Actor
const
&);
64
65
MCFOLD
void
$deleteActorFromWorldInLevelChunk(
::Actor
const
&);
66
// NOLINTEND
67
68
public
:
69
// vftables
70
// NOLINTBEGIN
71
MCAPI
static
void
** $vftable();
72
// NOLINTEND
73
};
ActorManagerProxy
Definition
ActorManagerProxy.h:13
Actor
Definition
Actor.h:104
ClientActorManagerProxy
Definition
ClientActorManagerProxy.h:13
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
ClientActorManagerProxy.h
Generated on Sat Apr 26 2025 05:56:23 for LeviLamina by
1.12.0