com.onlineobject.objectnet Namespace

NetworkManager..::..HasNetworkPlayer Method

Checks if a network player is associated with a given client.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public bool HasNetworkPlayer(

	IClient client

)

Parameters

client
Type: com.onlineobject.objectnet..::..IClient
The client to check for an associated player.

Return Value

True if a player is associated with the client, otherwise false.