Click or drag to resize

NetTimeSetNow Method

Sets Now to the current value and track it like normal.

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void SetNow(
	double value
)

Parameters

value
Type: SystemDouble
Remarks
You are basically guaranteed to break everything if you use this after a NetPeer has been initialized.
See Also