com.onlineobject.objectnet Namespace

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

Retrieves a list of players for a given lobby.

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

Syntax


public List<T> GetPlayers<T>(

	ushort lobby

)

where T : IPlayer

Type Parameters

T
The type of players to retrieve.

Parameters

lobby
Type: UInt16
The lobby ID to search within.

Return Value

A list of players for the specified lobby.