Table of Contents

Struct PeerRequestParams

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

Represents the parameters of a peer request in the network API.

public readonly struct PeerRequestParams
Inherited Members

Fields

Bot

Gets a value indicating whether the client is a bot.

public readonly bool Bot

Field Value

bool

IsUsingOfficialClient

Gets a value indicating whether the client is using the official client.

public readonly bool IsUsingOfficialClient

Field Value

bool

Name

Gets the name of the client making the request.

public readonly StringView Name

Field Value

StringView

Serial

Gets the serial number of the client making the request.

public readonly StringView Serial

Field Value

StringView

Version

Gets the version of the client making the request.

public readonly ClientVersion Version

Field Value

ClientVersion

VersionName

Gets the name of the client version as a string view.

public readonly StringView VersionName

Field Value

StringView