IsMessageTypeEnabled Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Gets if receiving of the specified type of message is enabled

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public bool IsMessageTypeEnabled(
	NetIncomingMessageType type
)
Visual Basic
Public Function IsMessageTypeEnabled ( _
	type As NetIncomingMessageType _
) As Boolean
Visual C++
public:
bool IsMessageTypeEnabled(
	NetIncomingMessageType type
)

Parameters

type
Type: Lidgren.Network..::..NetIncomingMessageType

[Missing <param name="type"/> documentation for "M:Lidgren.Network.NetPeerConfiguration.IsMessageTypeEnabled(Lidgren.Network.NetIncomingMessageType)"]

Return Value

[Missing <returns> documentation for "M:Lidgren.Network.NetPeerConfiguration.IsMessageTypeEnabled(Lidgren.Network.NetIncomingMessageType)"]

See Also