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

GameSettingPlaylistWrapper : ObjectWrapper

View Implementation

The current playlist. Most common usage here


_NODISCARD bool 
IsNull() const



operator bool() const



std::string 
GetLocalizedName()



std::string 
GetName()





UnrealStringWrapper 
GetDescription()



int 
GetPlayerCount()



void 
SetPlayerCount(int newPlayerCount)


Parameter Type Description
newPlayerCount int

unsigned long 
GetbStandard()



void 
SetbStandard(unsigned long newbStandard)


Parameter Type Description
newbStandard unsigned long

unsigned long 
GetbRanked()



void 
SetbRanked(unsigned long newbRanked)


Parameter Type Description
newbRanked unsigned long

unsigned long 
GetbSolo()



void 
SetbSolo(unsigned long newbSolo)


Parameter Type Description
newbSolo unsigned long

unsigned long 
GetbNew()



void 
SetbNew(unsigned long newbNew)


Parameter Type Description
newbNew unsigned long

unsigned long 
GetbApplyQuitPenalty()



void 
SetbApplyQuitPenalty(unsigned long newbApplyQuitPenalty)


Parameter Type Description
newbApplyQuitPenalty unsigned long

unsigned long 
GetbAllowForfeit()



void 
SetbAllowForfeit(unsigned long newbAllowForfeit)


Parameter Type Description
newbAllowForfeit unsigned long

unsigned long 
GetbDisableRankedReconnect()



void 
SetbDisableRankedReconnect(unsigned long newbDisableRankedReconnect)


Parameter Type Description
newbDisableRankedReconnect unsigned long

unsigned long 
GetbIgnoreAssignTeams()



void 
SetbIgnoreAssignTeams(unsigned long newbIgnoreAssignTeams)


Parameter Type Description
newbIgnoreAssignTeams unsigned long

unsigned long 
GetbKickOnMigrate()



void 
SetbKickOnMigrate(unsigned long newbKickOnMigrate)


Parameter Type Description
newbKickOnMigrate unsigned long

unsigned long 
GetbAllowClubs()



void 
SetbAllowClubs(unsigned long newbAllowClubs)


Parameter Type Description
newbAllowClubs unsigned long

unsigned long 
GetbPlayersVSBots()



void 
SetbPlayersVSBots(unsigned long newbPlayersVSBots)


Parameter Type Description
newbPlayersVSBots unsigned long

int 
GetPlaylistId()



void 
SetPlaylistId(int newPlaylistId)


Parameter Type Description
newPlaylistId int

UnrealStringWrapper 
GetServerCommand()



bool 
IsLanMatch()



bool 
IsPrivateMatch()



bool 
IsTournamentMatch()



bool 
ShouldUpdateSkills()



bool 
IsValidID(int InPlaylistID)


Parameter Type Description
InPlaylistID int

bool 
IsValid2()