OpenBve.NetPlugin.HornBlow C# (CSharp) Method

HornBlow() private method

private HornBlow ( HornTypes type ) : void
type HornTypes
return 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) {