Click or drag to resize

NetBufferReadVariableUInt32 Method (UInt32)

Reads a variable sized UInt32 written using WriteVariableUInt32() and returns true for success

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool ReadVariableUInt32(
	out uint result
)

Parameters

result
Type: SystemUInt32

Return Value

Type: Boolean
See Also