CreateMessage Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Creates a new message for sending

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

Syntax

C#
public NetOutgoingMessage CreateMessage()
Visual Basic
Public Function CreateMessage As NetOutgoingMessage
Visual C++
public:
NetOutgoingMessage^ CreateMessage()

Return Value

[Missing <returns> documentation for "M:Lidgren.Network.NetPeer.CreateMessage"]

See Also