CommunityProfileItemType

Swift
public enum CommunityProfileItemType: CUnsignedInt, Sendable

Steamworks ECommunityProfileItemType


Topics

case animatedAvatar

Steamworks k_ECommunityProfileItemType_AnimatedAvatar

Declaration
Swift
case animatedAvatar = 0

case avatarFrame

Steamworks k_ECommunityProfileItemType_AvatarFrame

Declaration
Swift
case avatarFrame = 1

case profileModifier

Steamworks k_ECommunityProfileItemType_ProfileModifier

Declaration
Swift
case profileModifier = 2

case profileBackground

Steamworks k_ECommunityProfileItemType_ProfileBackground

Declaration
Swift
case profileBackground = 3

case miniProfileBackground

Steamworks k_ECommunityProfileItemType_MiniProfileBackground

Declaration
Swift
case miniProfileBackground = 4

case unrepresentedInSwift

Some undocumented value

Declaration
Swift
case unrepresentedInSwift = 5