Click or drag to resize

ClockTimeInSeconds Property

Gets the time in seconds of this clock as an integer.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public int TimeInSeconds { get; }

Property Value

Type: Int32
The time in seconds. The time in seconds is the ceiling of the time left.
See Also