Click or drag to resize

ClockAddTime Method

Adds time to this clock. This will extend the time the clock expires by the given amount.

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

Parameters

timeIncrement
Type: SystemSingle
The time increment.
See Also