com.onlineobject.objectnet Namespace

NetworkManager..::..GetLocalPlayer<(Of <(<'T>)>)> Method

Retrieves the local player.

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

Syntax


public T GetLocalPlayer<T>()

where T : IPlayer

Type Parameters

T
The type of player to retrieve.

Return Value

The local player.