LeviLamina
Loading...
Searching...
No Matches
ScriptLightingFactory.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
8// auto generated forward declare list
9// clang-format off
10class ServerLevel;
11namespace ScriptModuleServerGraphics { class ScriptLighting; }
12namespace Scripting { class WeakLifetimeScope; }
13// clang-format on
14
15namespace ScriptModuleServerGraphics {
16
18public:
19 // static functions
20 // NOLINTBEGIN
21 MCNAPI static ::Scripting::StrongTypedObjectHandle<::ScriptModuleServerGraphics::ScriptLighting>
23 // NOLINTEND
24};
25
26} // namespace ScriptModuleServerGraphics
Definition ScriptLightingFactory.h:17
static MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleServerGraphics::ScriptLighting > getHandle(::Scripting::WeakLifetimeScope &scope, ::ServerLevel &level)
Definition ScriptLighting.h:22
Definition WeakLifetimeScope.h:7
Definition ServerLevel.h:56