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