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
17class ScriptInternalPlayerServiceContext
18: public ::Scripting::WeakHandleFromThis<::Editor::ScriptModule::ScriptInternalPlayerServiceContext> {
19public:
20 // member variables
21 // NOLINTBEGIN
32 // NOLINTEND
33
34public:
35 // prevent constructor by default
36 ScriptInternalPlayerServiceContext& operator=(ScriptInternalPlayerServiceContext const&);
37 ScriptInternalPlayerServiceContext();
38
39public:
40 // member functions
41 // NOLINTBEGIN
43
47 );
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCNAPI static ::Scripting::ClassBinding bindScript();
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
60
61 MCNAPI void*
63 // NOLINTEND
64};
65
66} // 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:14
Definition ClassBinding.h:19
Definition Alias.h:14