com.onlineobject.objectnet Namespace

NetworkManager..::..RegisterNetworkPlayer Method (UInt16, String, IClient)

Registers a network player with an optional client.

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

Syntax


public void RegisterNetworkPlayer(

	ushort id,

	string name,

	IClient client

)

Parameters

id
Type: UInt16
The player's ID.
name
Type: String
The player's name.
client
Type: com.onlineobject.objectnet..::..IClient
The optional client associated with the player.