OpenBve.PluginManager.Plugin.SetSignal C# (CSharp) Method

SetSignal() abstract private method

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.
return void
			internal abstract void SetSignal(SignalData[] signal);
			/// <summary>Called when the train passes a beacon.</summary>