LeviLamina
Loading...
Searching...
No Matches
NpcHelpers.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class WeakEntityRef;
8struct ActorUniqueID;
10// clang-format on
11
12namespace NpcHelpers {
13// functions
14// NOLINTBEGIN
15MCAPI ::ActorUniqueID const tryGetActorUniqueId(::WeakEntityRef const& ref);
16
17MCAPI ::NpcDialogueScene* tryGetScene(::WeakEntityRef const& entityRef, ::std::string const& scene);
18// NOLINTEND
19
20} // namespace NpcHelpers
Definition WeakEntityRef.h:14
Definition ActorUniqueID.h:5
Definition NpcDialogueScene.h:13