Click or drag to resize

TimedStateTrackerTStateDataIsPaused Property

Gets a value indicating whether this tracker 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 tracker is paused; otherwise, false.
See Also