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

BeginJump() abstract private méthode

Called before the train jumps to a different location.
abstract private BeginJump ( InitializationModes mode ) : void
mode InitializationModes The initialization mode of the train.
Résultat void
			internal abstract void BeginJump(InitializationModes mode);
			/// <summary>Called when the train has finished jumping to a different location.</summary>