ServerMode
Swift
public enum ServerMode: CUnsignedInt, Sendable
Steamworks EServerMode
Topics
case invalid
case invalid
Steamworks eServerModeInvalid
Declaration
Swift
case invalid = 0
case noAuthentication
case noAuthentication
Steamworks eServerModeNoAuthentication
Declaration
Swift
case noAuthentication = 1
case authentication
case authentication
Steamworks eServerModeAuthentication
Declaration
Swift
case authentication = 2
case authenticationAndSecure
case authenticationAndSecure
Steamworks eServerModeAuthenticationAndSecure
Declaration
Swift
case authenticationAndSecure = 3
case unrepresentedInSwift
case unrepresentedInSwift
Some undocumented value
Declaration
Swift
case unrepresentedInSwift = 4