Table of Contents

Enum GameMode

Namespace
rF2SharedMemoryNet.RF2Data.Enums
Assembly
rF2SharedMemoryNet.dll

Specifies the mode of operation for a game instance.

public enum GameMode

Fields

Client = 2

Represents the client role in RF2

Server = 1

Represents a server role in RF2

ServerAndClient = 3

Specifies that the connection operates in both server and client modes.

Remarks

This enumeration defines whether the game instance operates as a server, a client, or both. Use this to configure the behavior of the game based on its role in the network.