OpenBve.RouteInfoOverlay.IsActive C# (CSharp) Méthode

IsActive() public méthode

Returns whether the Route Information display is currently showing on screen
public IsActive ( ) : bool
Résultat bool
		public bool IsActive()
		{
			return currentState != state.none;
		}