Reads an 32 bit unsigned integer written using Write(UInt32) and returns true for success
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
C# |
---|
public bool ReadUInt32(
out uint result
) |
Parameters
- result
- Type: System..::..UInt32%
[Missing <param name="result"/> documentation for "M:Lidgren.Network.NetBuffer.ReadUInt32(System.UInt32@)"]
Return Value
[Missing <returns> documentation for "M:Lidgren.Network.NetBuffer.ReadUInt32(System.UInt32@)"]
See Also