UserUGCList
Swift
public enum UserUGCList: CUnsignedInt, Sendable
Steamworks EUserUGCList
Topics
case published
case published
Steamworks k_EUserUGCList_Published
Declaration
Swift
case published = 0
case votedOn
case votedOn
Steamworks k_EUserUGCList_VotedOn
Declaration
Swift
case votedOn = 1
case votedUp
case votedUp
Steamworks k_EUserUGCList_VotedUp
Declaration
Swift
case votedUp = 2
case votedDown
case votedDown
Steamworks k_EUserUGCList_VotedDown
Declaration
Swift
case votedDown = 3
case willVoteLater
case willVoteLater
Steamworks k_EUserUGCList_WillVoteLater
Declaration
Swift
case willVoteLater = 4
case favorited
case favorited
Steamworks k_EUserUGCList_Favorited
Declaration
Swift
case favorited = 5
case subscribed
case subscribed
Steamworks k_EUserUGCList_Subscribed
Declaration
Swift
case subscribed = 6
case usedOrPlayed
case usedOrPlayed
Steamworks k_EUserUGCList_UsedOrPlayed
Declaration
Swift
case usedOrPlayed = 7
case followed
case followed
Steamworks k_EUserUGCList_Followed
Declaration
Swift
case followed = 8
case unrepresentedInSwift
case unrepresentedInSwift
Some undocumented value
Declaration
Swift
case unrepresentedInSwift = 9