LeviLamina
Loading...
Searching...
No Matches
ScriptAtmosphericsFactory.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 ScriptAtmospherics; }
12namespace Scripting { class WeakLifetimeScope; }
13// clang-format on
14
15namespace ScriptModuleServerGraphics {
16
18public:
19 // static functions
20 // NOLINTBEGIN
21 MCNAPI static ::Scripting::StrongTypedObjectHandle<::ScriptModuleServerGraphics::ScriptAtmospherics>
23 // NOLINTEND
24};
25
26} // namespace ScriptModuleServerGraphics
Definition ScriptAtmosphericsFactory.h:17
static MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleServerGraphics::ScriptAtmospherics > getHandle(::Scripting::WeakLifetimeScope &scope, ::ServerLevel &level)
Definition ScriptAtmospherics.h:22
Definition WeakLifetimeScope.h:7
Definition ServerLevel.h:50