Class DataSnapshot
Saves the state of the entity data and player received data
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.EntitySync
Assembly: AltV.Net.EntitySync.dll
Syntax
public class DataSnapshot
Constructors
| Improve this Doc View SourceDataSnapshot()
Declaration
public DataSnapshot()
DataSnapshot(IDictionary<String, UInt64>)
Declaration
public DataSnapshot(IDictionary<string, ulong> snapshots)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.UInt64> | snapshots |
Fields
| Improve this Doc View SourceSnapshots
Declaration
public readonly IDictionary<string, ulong> Snapshots
Field Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.UInt64> |
Methods
| Improve this Doc View SourceOnOverflow(String)
Declaration
public virtual void OnOverflow(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Reset(String)
Declaration
public void Reset(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Update(String)
Declaration
public void Update(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key |