PeekInt32 Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Reads an Int32 without advancing the read pointer

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

Syntax

C#
public int PeekInt32()
Visual Basic
Public Function PeekInt32 As Integer
Visual C++
public:
int PeekInt32()

Return Value

[Missing <returns> documentation for "M:Lidgren.Network.NetBuffer.PeekInt32"]

See Also