LeviLamina
Loading...
Searching...
No Matches
ActorAdapter.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/vanilla_systems/IActorAdapter.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
StrictEntityContext
;
11
// clang-format on
12
13
namespace
VanillaSystems {
14
15
class
ActorAdapter
:
public
::VanillaSystems::IActorAdapter
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 24>
mUnkbb9f6f;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
ActorAdapter
& operator=(
ActorAdapter
const
&);
25
ActorAdapter
(
ActorAdapter
const
&);
26
ActorAdapter
();
27
28
public
:
29
// virtual functions
30
// NOLINTBEGIN
31
// vIndex: 1
32
virtual
void
dropHangingActor(
::StrictEntityContext
const
& entity)
/*override*/
;
33
34
// vIndex: 0
35
virtual
~ActorAdapter
()
/*override*/
=
default
;
36
// NOLINTEND
37
38
public
:
39
// virtual function thunks
40
// NOLINTBEGIN
41
MCNAPI
void
$dropHangingActor
(
::StrictEntityContext
const
& entity);
42
// NOLINTEND
43
44
public
:
45
// vftables
46
// NOLINTBEGIN
47
MCNAPI
static
void
**
$vftable
();
48
// NOLINTEND
49
};
50
51
}
// namespace VanillaSystems
StrictEntityContext
Definition
StrictEntityContext.h:8
VanillaSystems::ActorAdapter
Definition
ActorAdapter.h:15
VanillaSystems::ActorAdapter::$vftable
static MCAPI void ** $vftable()
VanillaSystems::ActorAdapter::$dropHangingActor
MCAPI void $dropHangingActor(::StrictEntityContext const &entity)
VanillaSystems::IActorAdapter
Definition
IActorAdapter.h:12
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
module
vanilla_systems
ActorAdapter.h
Generated on Fri Jun 13 2025 05:04:54 for LeviLamina by
1.12.0