Click or drag to resize

NetBufferReadTime Method

Reads a value, in local time comparable to NetTime.Now, written using WriteTime() for the connection supplied

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public double ReadTime(
	NetConnection connection,
	bool highPrecision
)

Parameters

connection
Type: Internal.Lidgren.NetworkNetConnection
highPrecision
Type: SystemBoolean

Return Value

Type: Double
See Also