ServerMode

Swift
public enum ServerMode: CUnsignedInt, Sendable

Steamworks EServerMode


Topics

case invalid

Steamworks eServerModeInvalid

Declaration
Swift
case invalid = 0

case noAuthentication

Steamworks eServerModeNoAuthentication

Declaration
Swift
case noAuthentication = 1

case authentication

Steamworks eServerModeAuthentication

Declaration
Swift
case authentication = 2

case authenticationAndSecure

Steamworks eServerModeAuthenticationAndSecure

Declaration
Swift
case authenticationAndSecure = 3

case unrepresentedInSwift

Some undocumented value

Declaration
Swift
case unrepresentedInSwift = 4