LeviLamina
Loading...
Searching...
No Matches
ProfileTypeConverter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/player/persona/ProfileType.h"
7
8namespace persona {
9
11public:
12 // static functions
13 // NOLINTBEGIN
14 MCNAPI static ::std::string_view
15 getStringFromProfileType(::persona::ProfileType typeToGetStringFor, bool nonLegacyStrDesired);
16 // NOLINTEND
17};
18
19} // namespace persona
Definition ProfileTypeConverter.h:10
static MCAPI ::std::string_view getStringFromProfileType(::persona::ProfileType typeToGetStringFor, bool nonLegacyStrDesired)