OpenBve.NetPlugin.HornBlow C# (CSharp) Méthode

HornBlow() private méthode

private HornBlow ( HornTypes type ) : void
type HornTypes
Résultat void
		internal override void HornBlow(HornTypes type) {
			#if !DEBUG
			try {
				#endif
				this.Api.HornBlow(type);
				#if !DEBUG
			} catch (Exception ex) {
				base.LastException = ex;
				throw;
			}
			#endif
		}
		internal override void DoorChange(DoorStates oldState, DoorStates newState) {