Struct SyncInfo
Inherited Members
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: AltV.Net.Client.dll
Syntax
public struct SyncInfo : IEquatable<SyncInfo>
Constructors
|
Improve this Doc
View Source
SyncInfo(Byte, UInt32, UInt32, UInt32, UInt32, UInt16, Byte, UInt32[][])
Declaration
public SyncInfo(byte active, uint receivedTick, uint fullyReceivedTick, uint sendTick, uint ackedSendTick, ushort propertyCount, byte componentCount, uint[][] propertyUpdateTicks)
Parameters
Type |
Name |
Description |
System.Byte |
active |
|
System.UInt32 |
receivedTick |
|
System.UInt32 |
fullyReceivedTick |
|
System.UInt32 |
sendTick |
|
System.UInt32 |
ackedSendTick |
|
System.UInt16 |
propertyCount |
|
System.Byte |
componentCount |
|
System.UInt32[][] |
propertyUpdateTicks |
|
Fields
|
Improve this Doc
View Source
AckedSendTick
Declaration
public uint AckedSendTick
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Active
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
ComponentCount
Declaration
public byte ComponentCount
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
FullyReceivedTick
Declaration
public uint FullyReceivedTick
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
PropertyCount
Declaration
public ushort PropertyCount
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
PropertyUpdateTicks
Declaration
public uint[][] PropertyUpdateTicks
Field Value
Type |
Description |
System.UInt32[][] |
|
|
Improve this Doc
View Source
ReceivedTick
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
SendTick
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
Methods
|
Improve this Doc
View Source
Equals(SyncInfo)
Declaration
public bool Equals(SyncInfo other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
Implements
IEquatable<>