s&box docs

public abstract interface Sandbox.Component.INetworkSnapshot

When implemented on a `Sandbox.Component` or `Sandbox.GameObjectSystem` it can read and write data to and from a network snapshot.

Broader workflow and conceptual references connected to this API.

Methods

Showing 2 methods

public virtual void ReadSnapshot(Sandbox.ByteStream reader)

Read data from the snapshot.

public virtual void WriteSnapshot(Sandbox.ByteStream writer)

Write data to the snapshot.

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Component.INetworkSnapshot

On this page