API Referenceglobal
INetworkSnapshotclass
When implemented on a `Sandbox.Component` or `Sandbox.GameObjectSystem` it can read and write data to and from a network snapshot.
object→INetworkSnapshot
Methods2
Showing 2 methods
public virtual void ReadSnapshot(Sandbox.ByteStream reader)
Read data from the snapshot.
| Parameter | Type | Description |
|---|---|---|
| reader | ByteStream | — |
Returns:
void—public virtual void WriteSnapshot(Sandbox.ByteStream writer)
Write data to the snapshot.
| Parameter | Type | Description |
|---|---|---|
| writer | ByteStream | — |
Returns:
void—No results match this filter.