1 2 3 4 5 6
global function IsSPCoopMode bool function IsSPCoopMode() { return GAMETYPE == "solo" && GetCurrentPlaylistName() == "sp_coop" }