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

SetPower() abstract private méthode

Called to indicate a change of the power notch.
This function should not be called directly. Call UpdatePower instead.
abstract private SetPower ( int powerNotch ) : void
powerNotch int The power notch.
Résultat void
			internal abstract void SetPower(int powerNotch);
			/// <summary>Called to update the brake notch. This invokes a call to SetBrake only if a change actually occured.</summary>