DurationControlNotification
Swift
public enum DurationControlNotification: CUnsignedInt, Sendable
Steamworks EDurationControlNotification
Topics
case none
case none
Steamworks k_EDurationControlNotification_None
Declaration
Swift
case none = 0
case in1Hour
case in1Hour
Steamworks k_EDurationControlNotification_1Hour
Declaration
Swift
case in1Hour = 1
case in3Hours
case in3Hours
Steamworks k_EDurationControlNotification_3Hours
Declaration
Swift
case in3Hours = 2
case halfProgress
case halfProgress
Steamworks k_EDurationControlNotification_HalfProgress
Declaration
Swift
case halfProgress = 3
case noProgress
case noProgress
Steamworks k_EDurationControlNotification_NoProgress
Declaration
Swift
case noProgress = 4
case exitSoon3h
case exitSoon3h
Steamworks k_EDurationControlNotification_ExitSoon_3h
Declaration
Swift
case exitSoon3h = 5
case exitSoon5h
case exitSoon5h
Steamworks k_EDurationControlNotification_ExitSoon_5h
Declaration
Swift
case exitSoon5h = 6
case exitSoonNight
case exitSoonNight
Steamworks k_EDurationControlNotification_ExitSoon_Night
Declaration
Swift
case exitSoonNight = 7
case unrepresentedInSwift
case unrepresentedInSwift
Some undocumented value
Declaration
Swift
case unrepresentedInSwift = 8