LeviLamina
Loading...
Searching...
No Matches
ScriptActorDamageSource.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/deps/shared_types/legacy/actor/ActorDamageCause.h"
8
9// auto generated forward declare list
10// clang-format off
12class ILevel;
13namespace ScriptModuleMinecraft { class ScriptActor; }
14namespace Scripting { class WeakLifetimeScope; }
15namespace Scripting { struct InterfaceBinding; }
16// clang-format on
17
18namespace ScriptModuleMinecraft {
19
21public:
22 // member variables
23 // NOLINTBEGIN
24 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::ActorDamageCause> mCause;
25 ::ll::
26 TypedStorage<8, 40, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>>>
27 mDamagingEntity;
28 ::ll::
29 TypedStorage<8, 40, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>>>
30 mDamagingProjectile;
31 // NOLINTEND
32
33public:
34 // member functions
35 // NOLINTBEGIN
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCAPI static ::Scripting::InterfaceBinding bind();
43
44 MCAPI static ::ScriptModuleMinecraft::ScriptActorDamageSource
45 create(::ILevel const& level, ::ActorDamageSource const& actorDamageSource, ::Scripting::WeakLifetimeScope& scope);
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCAPI void $dtor();
52 // NOLINTEND
53};
54
55} // namespace ScriptModuleMinecraft
Definition ActorDamageSource.h:18
Definition ILevel.h:219
Definition ScriptActor.h:69
Definition WeakLifetimeScope.h:14
Definition ScriptActorDamageSource.h:20
Definition InterfaceBinding.h:16