LeviLamina
Loading...
Searching...
No Matches
ScriptActorRemoveBeforeEvent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
namespace
ScriptModuleMinecraft {
class
ScriptActor
; }
12
namespace
Scripting {
class
WeakLifetimeScope
; }
13
namespace
Scripting {
struct
ClassBinding
; }
14
// clang-format on
15
16
namespace
ScriptModuleMinecraft {
17
18
struct
ScriptActorRemoveBeforeEvent {
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>> mRemovedActor;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
ScriptActorRemoveBeforeEvent();
28
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
MCAPI ScriptActorRemoveBeforeEvent(
::Actor
const
& actor,
::Scripting::WeakLifetimeScope
const
& scope);
33
// NOLINTEND
34
35
public
:
36
// static functions
37
// NOLINTBEGIN
38
MCAPI static ::Scripting::ClassBinding bind();
39
// NOLINTEND
40
41
public
:
42
// constructor thunks
43
// NOLINTBEGIN
44
MCAPI
void
* $ctor(
::Actor
const
& actor,
::Scripting::WeakLifetimeScope
const
& scope);
45
// NOLINTEND
46
};
47
48
}
// namespace ScriptModuleMinecraft
Actor
Definition
Actor.h:125
ScriptModuleMinecraft::ScriptActor
Definition
ScriptActor.h:69
Scripting::WeakLifetimeScope
Definition
WeakLifetimeScope.h:14
Scripting::ClassBinding
Definition
ClassBinding.h:19
src
mc
scripting
modules
minecraft
events
ScriptActorRemoveBeforeEvent.h
Generated on
for LeviLamina by
1.16.1