INetworkSpawnclass

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

objectINetworkSpawn
Namespace
global
Assembly
Sandbox.Engine
Declaration
public abstract interface Sandbox.Component.INetworkSpawn

Methods1

Showing 1 methods

public virtual void OnNetworkSpawn(Sandbox.Connection owner)PUBLICVIRTUAL

Called when this object is spawned on the network.

ParameterTypeDescription
ownerConnection
Returns:void

On this page