LeviLamina
Loading...
Searching...
No Matches
ScriptActorCreateEvent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/scripting/binding_type/ClassBindingBuilder.h"
7
#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
ScriptModuleMinecraft {
class
ScriptActor; }
12
// clang-format on
13
14
namespace
ScriptModuleMinecraft {
15
16
struct
ScriptActorCreateEvent
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<8, 32>
mUnk8ed79a;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
ScriptActorCreateEvent
& operator=(
ScriptActorCreateEvent
const
&);
26
ScriptActorCreateEvent
(
ScriptActorCreateEvent
const
&);
27
ScriptActorCreateEvent
();
28
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
MCAPI
explicit
ScriptActorCreateEvent
(
33
::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>
actorHandle
34
);
35
// NOLINTEND
36
37
public
:
38
// static functions
39
// NOLINTBEGIN
40
MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptActorCreateEvent> bindV010();
41
// NOLINTEND
42
43
public
:
44
// constructor thunks
45
// NOLINTBEGIN
46
MCFOLD
void
* $ctor(
::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>
actorHandle);
47
// NOLINTEND
48
};
49
50
}
// namespace ScriptModuleMinecraft
Scripting::StrongTypedObjectHandle
Definition
StrongTypedObjectHandle.h:8
ScriptModuleMinecraft::ScriptActorCreateEvent
Definition
ScriptActorCreateEvent.h:16
ll::UntypedStorage
Definition
Alias.h:14
src
mc
scripting
modules
minecraft
events
ScriptActorCreateEvent.h
Generated on Sat Apr 26 2025 05:55:51 for LeviLamina by
1.12.0