MLAPI/docs/M_MLAPI_NetworkedObject_SpawnWithOwnership.md
2018-03-31 10:20:18 +02:00

679 B

NetworkedObject.SpawnWithOwnership Method

Spawns an object across the network with a given owner. Can only be called from server

Namespace: MLAPI
Assembly: MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public void SpawnWithOwnership(
	int clientId
)

Parameters

 

clientId
Type: System.Int32
The clientId to own the object

See Also

Reference

NetworkedObject Class
MLAPI Namespace