LeviLamina
Loading...
Searching...
No Matches
ScriptActorApplyDamageOptions.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
11namespace ScriptModuleMinecraft { class ScriptActor; }
12namespace Scripting { struct InterfaceBinding; }
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::ActorDamageCause> mCause;
22 ::ll::
23 TypedStorage<8, 40, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>>>
24 mDamagingEntity;
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static ::Scripting::InterfaceBinding bind();
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCAPI void $dtor();
43 // NOLINTEND
44};
45
46} // namespace ScriptModuleMinecraft
Definition ScriptActor.h:65
Definition ScriptActorApplyDamageOptions.h:17
Definition InterfaceBinding.h:16