s&box docs

public abstract interface Sandbox.Component.INetworkSpawn

A `Sandbox.Component` with this interface can listen for when a GameObject in its ancestors has been network spawned.

Broader workflow and conceptual references connected to this API.

Methods

Showing 1 methods

public virtual void OnNetworkSpawn(Sandbox.Connection owner)

Called when this object is spawned on the network.

Implementations

Metadata

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

On this page