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
11
namespace
ScriptModuleMinecraft {
class
ScriptActor
; }
12
namespace
Scripting {
struct
InterfaceBinding
; }
13
// clang-format on
14
15
namespace
ScriptModuleMinecraft {
16
17
struct
ScriptActorApplyDamageOptions
{
18
public
:
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
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI
~ScriptActorApplyDamageOptions
();
31
// NOLINTEND
32
33
public
:
34
// static functions
35
// NOLINTBEGIN
36
MCAPI static ::Scripting::InterfaceBinding bind();
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
MCAPI
void
$dtor();
43
// NOLINTEND
44
};
45
46
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptActor
Definition
ScriptActor.h:65
ScriptModuleMinecraft::ScriptActorApplyDamageOptions
Definition
ScriptActorApplyDamageOptions.h:17
Scripting::InterfaceBinding
Definition
InterfaceBinding.h:16
src
mc
scripting
modules
minecraft
options
ScriptActorApplyDamageOptions.h
Generated on
for LeviLamina by
1.16.1