Class SetSyncSettingsPacket
Inheritance
SetSyncSettingsPacket
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
|
Edit this page
View Source
AllowFastSprintFix
Declaration
public bool AllowFastSprintFix { get; }
Property Value
|
Edit this page
View Source
AllowShotgunDamageFix
Declaration
public bool AllowShotgunDamageFix { get; }
Property Value
|
Edit this page
View Source
BulletSyncWeaponIds
Declaration
public byte[] BulletSyncWeaponIds { get; }
Property Value
|
Edit this page
View Source
Declaration
public short ExtrapolationBaseMilliSeconds { get; }
Property Value
|
Edit this page
View Source
Declaration
public bool ExtrapolationEnabled { get; }
Property Value
|
Edit this page
View Source
Declaration
public short ExtrapolationMaxMilliseconds { get; }
Property Value
|
Edit this page
View Source
Declaration
public short ExtrapolationPercentage { get; }
Property Value
|
Edit this page
View Source
PacketId
Declaration
public override PacketId PacketId { get; }
Property Value
Overrides
|
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
UseAlternativePulseOrder
Declaration
public bool UseAlternativePulseOrder { 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