com.onlineobject.objectnet Namespace

NetworkContainerBase..::..GetElement Method (UInt16)

Retrieves the network element associated with the given player ID.

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

Syntax


public INetworkElement GetElement(

	ushort playerId

)

Parameters

playerId
Type: UInt16
The player ID to find the network element for.

Return Value

The associated network element if found, otherwise null.