LeviLamina
Loading...
Searching...
No Matches
ScriptScoreboardObjectiveInternal.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#include "mc/world/scores/ScoreboardOperationResult.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleMinecraft { class ScriptActor; }
12namespace ScriptModuleMinecraft { class ScriptScoreboardIdentity; }
13// clang-format on
14
15namespace ScriptModuleMinecraft::ScriptScoreboardObjectiveInternal {
16// functions
17// NOLINTBEGIN
18MCNAPI ::std::string getErrorMessage(
19 ::ScoreboardOperationResult result,
20 ::std::variant<
23 ::std::string> const& participant
24);
25// NOLINTEND
26
27} // namespace ScriptModuleMinecraft::ScriptScoreboardObjectiveInternal
Definition StrongTypedObjectHandle.h:8