LeviLamina
Loading...
Searching...
No Matches
IPlayerDeathManagerProxy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Actor;
8struct ActorUniqueID;
9// clang-format on
10
12public:
13 // virtual functions
14 // NOLINTBEGIN
15 virtual ~IPlayerDeathManagerProxy() = default;
16
17 virtual ::Actor* fetchActor(::ActorUniqueID) const = 0;
18
19 virtual bool shouldShowDeathMessages() const = 0;
20
21 virtual void onWorldOwnerHasDied() = 0;
22 // NOLINTEND
23
24public:
25 // virtual function thunks
26 // NOLINTBEGIN
27
28 // NOLINTEND
29};
Definition Actor.h:105
Definition IPlayerDeathManagerProxy.h:11
Definition ActorUniqueID.h:5