Enum steamworks::ServerMode [] [src]

pub enum ServerMode {
    NoAuthentication,
    Authentication,
    AuthenticationAndSecure,
}

Used to set the mode that a gameserver will run in

Variants

Don't authenticate user logins.

The server will not appear on the server list

Authenticate users

The server will appear on the server list and VAC will not be run on clients.

Authenticate users and use anti-cheat.

The server will appear on the server list and VAC will be run on clients.