LeviLamina
Loading...
Searching...
No Matches
ScriptActorDieAfterEvent.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#include "mc/scripting/modules/minecraft/actor/ScriptActorDamageSource.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleMinecraft { class ScriptActor; }
12namespace ScriptModuleMinecraft { struct ScriptActorDieAfterEventIntermediateData; }
13namespace Scripting { class WeakLifetimeScope; }
14namespace Scripting { struct ClassBinding; }
15// clang-format on
16
17namespace ScriptModuleMinecraft {
18
19struct ScriptActorDieAfterEvent {
20public:
21 // ScriptActorDieAfterEvent inner types define
23
24public:
25 // member variables
26 // NOLINTBEGIN
27 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>> mDeadActor;
28 ::ll::TypedStorage<8, 88, ::ScriptModuleMinecraft::ScriptActorDamageSource> mDamageSource;
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
33 ScriptActorDieAfterEvent& operator=(ScriptActorDieAfterEvent const&);
34 ScriptActorDieAfterEvent(ScriptActorDieAfterEvent const&);
35 ScriptActorDieAfterEvent();
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCAPI ScriptActorDieAfterEvent(::ScriptModuleMinecraft::ScriptActorDieAfterEvent&&);
41
42 MCAPI ScriptActorDieAfterEvent(
43 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptActorDieAfterEventIntermediateData> const& eventData,
45 );
46 // NOLINTEND
47
48public:
49 // static functions
50 // NOLINTBEGIN
51 MCAPI static ::Scripting::ClassBinding bind();
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
58
59 MCAPI void* $ctor(
60 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptActorDieAfterEventIntermediateData> const& eventData,
62 );
63 // NOLINTEND
64};
65
66} // namespace ScriptModuleMinecraft
Definition ScriptActor.h:65
Definition WeakLifetimeScope.h:7
Definition ScriptActorDieAfterEventIntermediateData.h:18
Definition ScriptActorDieAfterEvent.h:19
Definition ClassBinding.h:19