Class JoinedGamePacket
Inheritance
JoinedGamePacket
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
Properties
|
Edit this page
View Source
ClientId
Declaration
public ElementId ClientId { get; }
Property Value
|
Edit this page
View Source
EnableClientChecks
Declaration
public int EnableClientChecks { get; }
Property Value
|
Edit this page
View Source
HttpConnectionsPerClient
Declaration
public int HttpConnectionsPerClient { get; }
Property Value
|
Edit this page
View Source
HttpDownloadType
Declaration
public HttpDownloadType HttpDownloadType { get; }
Property Value
|
Edit this page
View Source
HttpPort
Declaration
public ushort HttpPort { get; }
Property Value
|
Edit this page
View Source
HttpUrl
Declaration
public string HttpUrl { get; }
Property Value
|
Edit this page
View Source
IsFakeLagCommandEnabled
Declaration
public bool IsFakeLagCommandEnabled { get; }
Property Value
|
Edit this page
View Source
IsVoiceEnabled
Declaration
public bool IsVoiceEnabled { get; }
Property Value
|
Edit this page
View Source
PacketId
Declaration
public override PacketId PacketId { get; }
Property Value
Overrides
|
Edit this page
View Source
PlayerCount
Declaration
public int PlayerCount { get; }
Property Value
|
Edit this page
View Source
Priority
Declaration
public override PacketPriority Priority { get; }
Property Value
Overrides
|
Edit this page
View Source
Reliability
Declaration
public override PacketReliability Reliability { get; }
Property Value
Overrides
|
Edit this page
View Source
RootId
Declaration
public ElementId RootId { get; }
Property Value
|
Edit this page
View Source
VoiceBitRate
Declaration
public int VoiceBitRate { get; }
Property Value
|
Edit this page
View Source
VoiceQuality
Declaration
public int VoiceQuality { get; }
Property Value
|
Edit this page
View Source
VoiceSampleRate
Declaration
public int VoiceSampleRate { get; }
Property Value
Methods
|
Edit this page
View Source
Read(byte[])
Declaration
public override void Read(byte[] bytes)
Parameters
Type |
Name |
Description |
byte[] |
bytes |
|
Overrides
|
Edit this page
View Source
Write()
Declaration
public override byte[] Write()
Returns
Overrides