ChatPlexSDK-BS
1.0.1-v6.2.0
C++ ChatPlex BeatSaber SDK
Loading...
Searching...
No Matches
shared
CP_SDK_BS
Game
UserPlatform.hpp
1
#pragma once
2
3
#include "../../CP_SDK/Utils/Il2cpp.hpp"
4
5
#include <string>
6
7
namespace
CP_SDK_BS::Game
{
8
10
class
UserPlatform
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
}
CP_SDK_BS::Game::UserPlatform
UserPlatform helper.
Definition
UserPlatform.hpp:11
CP_SDK_BS::Game::UserPlatform::GetUserName
static const std::u16string & GetUserName()
Get User Name.
CP_SDK_BS::Game::UserPlatform::GetUserID
static const std::u16string & GetUserID()
Get User ID.
CP_SDK_BS::Game
Game specific helper and utilities.
Definition
MapDetail.hpp:12
Generated by
1.9.8