ChatPlexSDK-BS 1.0.1-v6.2.0
C++ ChatPlex BeatSaber SDK
Loading...
Searching...
No Matches
UserPlatform.hpp
1#pragma once
2
3#include "../../CP_SDK/Utils/Il2cpp.hpp"
4
5#include <string>
6
7namespace CP_SDK_BS::Game {
8
11 {
12 CP_SDK_NO_DEF_CTORS(UserPlatform);
13
14 private:
16 static std::u16string m_UserID;
18 static std::u16string m_UserName;
19
20 public:
22 static const std::u16string & GetUserID();
24 static const std::u16string & GetUserName();
25
26 private:
28 static void FetchPlatformInfos();
29
30 };
31
32}
static const std::u16string & GetUserName()
Get User Name.
static const std::u16string & GetUserID()
Get User ID.
Game specific helper and utilities.
Definition MapDetail.hpp:12