OpenBve.PluginManager.Plugin.SetSignal C# (CSharp) Méthode

SetSignal() abstract private méthode

Is called when the aspect in the current or any of the upcoming sections changes.
This function should not be called directly. Call UpdateSignal instead.
abstract private SetSignal ( SignalData signal ) : void
signal SignalData Signal information per section. In the array, index 0 is the current section, index 1 the upcoming section, and so on.
Résultat void
			internal abstract void SetSignal(SignalData[] signal);
			/// <summary>Called when the train passes a beacon.</summary>