LeviLamina
Loading...
Searching...
No Matches
ScriptAimAssistRegistryInternal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/Result.h"
7
8// auto generated forward declare list
9// clang-format off
11namespace ScriptModuleMinecraft { struct ScriptNamespaceNameError; }
12namespace Scripting { struct EngineError; }
13namespace Scripting { struct InvalidArgumentError; }
14// clang-format on
15
16namespace ScriptModuleMinecraft::ScriptAimAssistRegistryInternal {
17// functions
18// NOLINTBEGIN
19MCNAPI ::Scripting::Result<
20 void,
24validateCategoryId(::CameraAimAssistDataRegistryComponent const& aimAssistRegistry, ::std::string const& categoryId);
25// NOLINTEND
26
27} // namespace ScriptModuleMinecraft::ScriptAimAssistRegistryInternal
Definition CameraAimAssistDataRegistryComponent.h:26
Definition ScriptNamespaceNameError.h:18
Definition EngineError.h:10
Definition InvalidArgumentError.h:11