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

SetBrake() abstract private méthode

Called to indicate a change of the brake notch.
This function should not be called directly. Call UpdateBrake instead.
abstract private SetBrake ( int brakeNotch ) : void
brakeNotch int The brake notch.
Résultat void
			internal abstract void SetBrake(int brakeNotch);
			/// <summary>Called when a virtual key is pressed.</summary>