LeviLamina
Loading...
Searching...
No Matches
ScriptInternalPlayerServiceContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/WeakHandleFromThis.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Editor { class ServiceProviderCollection; }
11namespace Scripting { class WeakLifetimeScope; }
12namespace Scripting { struct ClassBinding; }
13// clang-format on
14
15namespace Editor::ScriptModule {
16
18: public ::Scripting::WeakHandleFromThis<::Editor::ScriptModule::ScriptInternalPlayerServiceContext> {
19public:
20 // member variables
21 // NOLINTBEGIN
31 // NOLINTEND
32
33public:
34 // prevent constructor by default
37
38public:
39 // member functions
40 // NOLINTBEGIN
42
46 );
47
49 // NOLINTEND
50
51public:
52 // static functions
53 // NOLINTBEGIN
54 MCNAPI static ::Scripting::ClassBinding bindScript();
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
61
62 MCNAPI void*
64 // NOLINTEND
65
66public:
67 // destructor thunk
68 // NOLINTBEGIN
69 MCNAPI void $dtor();
70 // NOLINTEND
71};
72
73} // namespace Editor::ScriptModule
Definition ScriptInternalPlayerServiceContext.h:18
MCAPI ScriptInternalPlayerServiceContext(::Editor::ScriptModule::ScriptInternalPlayerServiceContext const &)
MCAPI void * $ctor(::Editor::ServiceProviderCollection &playerServices, ::Scripting::WeakLifetimeScope const &scope)
static MCAPI ::Scripting::ClassBinding bindScript()
MCAPI void * $ctor(::Editor::ScriptModule::ScriptInternalPlayerServiceContext const &)
MCAPI ScriptInternalPlayerServiceContext(::Editor::ServiceProviderCollection &playerServices, ::Scripting::WeakLifetimeScope const &scope)
Definition ServiceProviderCollection.h:7
Definition WeakHandleFromThis.h:8
Definition WeakLifetimeScope.h:7
Definition Alias.h:14