Enum steamworks::ServerMode[][src]

pub enum ServerMode {
    NoAuthentication,
    Authentication,
    AuthenticationAndSecure,
}
Expand description

Used to set the mode that a gameserver will run in

Variants

NoAuthentication

Don’t authenticate user logins.

The server will not appear on the server list

Authentication

Authenticate users

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

AuthenticationAndSecure

Authenticate users and use anti-cheat.

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

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.