Show / Hide Table of Contents

Class JoinedGamePacket

Inheritance
object
Packet
JoinedGamePacket
Inherited Members
Packet.Reset()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Definitions.Join
Assembly: SlipeServer.Packets.dll
Syntax
public sealed class JoinedGamePacket : Packet

Constructors

| Edit this page View Source

JoinedGamePacket()

Declaration
public JoinedGamePacket()
| Edit this page View Source

JoinedGamePacket(ElementId, int, ElementId, HttpDownloadType, ushort, string, int, int, bool, bool, int, int, int)

Declaration
public JoinedGamePacket(ElementId clientId, int playerCount, ElementId rootId, HttpDownloadType httpDownloadType, ushort httpPort, string httpUrl, int httpConnectionsPerClient, int enableClientChecks, bool isFakeLagCommandEnabled = false, bool isVoiceEnabled = true, int voiceSampleRate = 2, int voiceQuality = 4, int voiceBitRate = 24600)
Parameters
Type Name Description
ElementId clientId
int playerCount
ElementId rootId
HttpDownloadType httpDownloadType
ushort httpPort
string httpUrl
int httpConnectionsPerClient
int enableClientChecks
bool isFakeLagCommandEnabled
bool isVoiceEnabled
int voiceSampleRate
int voiceQuality
int voiceBitRate

Properties

| Edit this page View Source

ClientId

Declaration
public ElementId ClientId { get; }
Property Value
Type Description
ElementId
| Edit this page View Source

EnableClientChecks

Declaration
public int EnableClientChecks { get; }
Property Value
Type Description
int
| Edit this page View Source

HttpConnectionsPerClient

Declaration
public int HttpConnectionsPerClient { get; }
Property Value
Type Description
int
| Edit this page View Source

HttpDownloadType

Declaration
public HttpDownloadType HttpDownloadType { get; }
Property Value
Type Description
HttpDownloadType
| Edit this page View Source

HttpPort

Declaration
public ushort HttpPort { get; }
Property Value
Type Description
ushort
| Edit this page View Source

HttpUrl

Declaration
public string HttpUrl { get; }
Property Value
Type Description
string
| Edit this page View Source

IsFakeLagCommandEnabled

Declaration
public bool IsFakeLagCommandEnabled { get; }
Property Value
Type Description
bool
| Edit this page View Source

IsVoiceEnabled

Declaration
public bool IsVoiceEnabled { get; }
Property Value
Type Description
bool
| Edit this page View Source

PacketId

Declaration
public override PacketId PacketId { get; }
Property Value
Type Description
PacketId
Overrides
Packet.PacketId
| Edit this page View Source

PlayerCount

Declaration
public int PlayerCount { get; }
Property Value
Type Description
int
| Edit this page View Source

Priority

Declaration
public override PacketPriority Priority { get; }
Property Value
Type Description
PacketPriority
Overrides
Packet.Priority
| Edit this page View Source

Reliability

Declaration
public override PacketReliability Reliability { get; }
Property Value
Type Description
PacketReliability
Overrides
Packet.Reliability
| Edit this page View Source

RootId

Declaration
public ElementId RootId { get; }
Property Value
Type Description
ElementId
| Edit this page View Source

VoiceBitRate

Declaration
public int VoiceBitRate { get; }
Property Value
Type Description
int
| Edit this page View Source

VoiceQuality

Declaration
public int VoiceQuality { get; }
Property Value
Type Description
int
| Edit this page View Source

VoiceSampleRate

Declaration
public int VoiceSampleRate { get; }
Property Value
Type Description
int

Methods

| Edit this page View Source

Read(byte[])

Declaration
public override void Read(byte[] bytes)
Parameters
Type Name Description
byte[] bytes
Overrides
Packet.Read(byte[])
| Edit this page View Source

Write()

Declaration
public override byte[] Write()
Returns
Type Description
byte[]
Overrides
Packet.Write()
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX