LeviLamina
Loading...
Searching...
No Matches
ILifetimeObjectListener.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
Scripting {
class
LifetimeRegistry
; }
8
namespace
Scripting {
struct
ObjectHandle
; }
9
// clang-format on
10
11
namespace
Scripting {
12
13
class
ILifetimeObjectListener
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual
~ILifetimeObjectListener
();
18
19
virtual
void
20
onMakeObject(
::Scripting::LifetimeRegistry
&,
::Scripting::ObjectHandle
, ::entt::meta_type
const
&, uint) = 0;
21
22
virtual
void
23
onDestroyObject(
::Scripting::LifetimeRegistry
&,
::Scripting::ObjectHandle
, ::entt::meta_type
const
&, uint) = 0;
24
// NOLINTEND
25
26
public
:
27
// destructor thunk
28
// NOLINTBEGIN
29
MCNAPI
void
$dtor
();
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
38
public
:
39
// vftables
40
// NOLINTBEGIN
41
MCNAPI
static
void
**
$vftable
();
42
// NOLINTEND
43
};
44
45
}
// namespace Scripting
Scripting::ILifetimeObjectListener
Definition
ILifetimeObjectListener.h:13
Scripting::ILifetimeObjectListener::$vftable
static MCAPI void ** $vftable()
Scripting::ILifetimeObjectListener::$dtor
MCAPI void $dtor()
Scripting::LifetimeRegistry
Definition
LifetimeRegistry.h:19
Scripting::ObjectHandle
Definition
ObjectHandle.h:7
src
mc
deps
scripting
lifetime_registry
ILifetimeObjectListener.h
Generated on
for LeviLamina by
1.16.1