Click or drag to resize

ClockIsPaused Property

Gets a value indicating whether this clock is paused.

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

Property Value

Type: Boolean
true if this clock is paused; otherwise, false.
See Also