BakkesMod Programming Wiki
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

UniqueIDWrapper

View Implementation

UniqueIDWrapper(const UniqueIDWrapper &other)


Parameter Type Description
other UniqueIDWrapper

UniqueIDWrapper 
operator=(UniqueIDWrapper rhs)


Parameter Type Description
rhs UniqueIDWrapper

~UniqueIDWrapper()



OnlinePlatform 
GetPlatform() const



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