Method GetClientOwnedObjects
GetClientOwnedObjects(ulong)
Returns a list of all NetworkObjects that belong to a client.
Declaration
public List<NetworkObject> GetClientOwnedObjects(ulong clientId)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | clientId | the client's id LocalClientId |
Returns
| Type | Description |
|---|---|
| List<NetworkObject> | returns the list of NetworkObjects owned by the client |