UniqueIDWrapper
Parameter | Type | Description |
---|---|---|
other | UniqueIDWrapper | — |
UniqueIDWrapper operator=(UniqueIDWrapper rhs)
Parameter | Type | Description |
---|---|---|
rhs | UniqueIDWrapper | — |
std::string GetEpicAccountID() const
unsigned long long GetUID() const
unsigned char GetSplitscreenID() const
std::string str() const
std::string GetIdString() const
bool operator<(const UniqueIDWrapper &rhs) const
Parameter | Type | Description |
---|---|---|
rhs | UniqueIDWrapper | — |
bool operator==(const UniqueIDWrapper &rhs) const
Parameter | Type | Description |
---|---|---|
rhs | UniqueIDWrapper | — |
bool operator!=(const UniqueIDWrapper &rhs) const
Parameter | Type | Description |
---|---|---|
rhs | UniqueIDWrapper | — |
UniqueIDWrapper FromEpicAccountID(std::string epicAccountID, unsigned long long uid, OnlinePlatform platform, unsigned char splitscreenID=0)
Parameter | Type | Description |
---|---|---|
epicAccountID | std::string | — |
uid | unsigned long long | — |
platform | OnlinePlatform | — |
splitscreenID | unsigned char | — |