ENet Class Library for C#

Packet.GetUserData Method

Gets the user data associated with this packet.

Overload List

Gets the user data associated with this packet.

public object GetUserData()

Gets the user data associated with this packet and a particular key.

public object GetUserData(object)

See Also

Packet Class | ENet Namespace