Enum GameMode
- Namespace
- rF2SharedMemoryNet.RF2Data.Enums
- Assembly
- rF2SharedMemoryNet.dll
Specifies the mode of operation for a game instance.
public enum GameMode
Fields
Represents the client role in RF2
Represents a server role in RF2
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.