Show / Hide Table of Contents

Class SetSyncSettingsPacket

Inheritance
object
Packet
SetSyncSettingsPacket
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.Sync
Assembly: SlipeServer.Packets.dll
Syntax
public sealed class SetSyncSettingsPacket : Packet

Constructors

| Edit this page View Source

SetSyncSettingsPacket(byte[], bool, short, short, short, bool, bool, bool, bool)

Declaration
public SetSyncSettingsPacket(byte[] bulletSyncWeaponIds, bool extrapolationEnabled, short extrapolationBaseMilliSeconds, short extrapolationPercentage, short extrapolationMaxMilliseconds, bool useAlternativePulseOrder, bool allowFastSprintFix, bool allowDriveByAnimationFix, bool allowShotgunDamageFix)
Parameters
Type Name Description
byte[] bulletSyncWeaponIds
bool extrapolationEnabled
short extrapolationBaseMilliSeconds
short extrapolationPercentage
short extrapolationMaxMilliseconds
bool useAlternativePulseOrder
bool allowFastSprintFix
bool allowDriveByAnimationFix
bool allowShotgunDamageFix

Properties

| Edit this page View Source

AllowDriveByAnimationFix

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

AllowFastSprintFix

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

AllowShotgunDamageFix

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

BulletSyncWeaponIds

Declaration
public byte[] BulletSyncWeaponIds { get; }
Property Value
Type Description
byte[]
| Edit this page View Source

ExtrapolationBaseMilliSeconds

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

ExtrapolationEnabled

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

ExtrapolationMaxMilliseconds

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

ExtrapolationPercentage

Declaration
public short ExtrapolationPercentage { get; }
Property Value
Type Description
short
| 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

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

UseAlternativePulseOrder

Declaration
public bool UseAlternativePulseOrder { get; }
Property Value
Type Description
bool

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