Click or drag to resize

NetBufferWriteVariableUInt32 Method

Write Base128 encoded variable sized unsigned integer of up to 32 bits

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public int WriteVariableUInt32(
	uint value
)

Parameters

value
Type: SystemUInt32

Return Value

Type: Int32
number of bytes written
See Also