Click or drag to resize

ClockReset Method

Resets the clock to the specified stat time.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void Reset(
	float startTime
)

Parameters

startTime
Type: SystemSingle
The start time.
Exceptions
ExceptionCondition
ArgumentExceptionstartTime is negative.
See Also