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/binding_type/InterfaceBindingBuilder.h"
7
8namespace ScriptModuleMinecraft {
9
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
23
24public:
25 // member functions
26 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // static functions
32 // NOLINTBEGIN
33 MCAPI static ::Scripting::InterfaceBindingBuilder<::ScriptModuleMinecraft::ScriptActorApplyDamageOptions> bind();
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCAPI void $dtor();
40 // NOLINTEND
41};
42
43} // namespace ScriptModuleMinecraft
Definition ScriptActorApplyDamageOptions.h:10
Definition Alias.h:14