DurationControlProgress
Swift
public enum DurationControlProgress: CUnsignedInt, Sendable
Steamworks EDurationControlProgress
Topics
case full
case full
Steamworks k_EDurationControlProgress_Full
Declaration
Swift
case full = 0
case half
case half
Steamworks k_EDurationControlProgress_Half
Declaration
Swift
case half = 1
case none
case none
Steamworks k_EDurationControlProgress_None
Declaration
Swift
case none = 2
case exitSoon3h
case exitSoon3h
Steamworks k_EDurationControl_ExitSoon_3h
Declaration
Swift
case exitSoon3h = 3
case exitSoon5h
case exitSoon5h
Steamworks k_EDurationControl_ExitSoon_5h
Declaration
Swift
case exitSoon5h = 4
case exitSoonNight
case exitSoonNight
Steamworks k_EDurationControl_ExitSoon_Night
Declaration
Swift
case exitSoonNight = 5
case unrepresentedInSwift
case unrepresentedInSwift
Some undocumented value
Declaration
Swift
case unrepresentedInSwift = 6