Click or drag to resize

TimedStateTrackerTStateDataActiveTokens Property

Returns all the active tokens: tokens returned when states has been started that has not yet been stopped.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IEnumerable<IStateToken<TStateData>> ActiveTokens { get; }

Property Value

Type: IEnumerableIStateTokenTStateData
The active tokens.
See Also