# Set Transmission Source Bypass Message Log

Grammar — Set the Bypas Message Log flag for transmissionSource to bypassMessageLog|bypass.
FlagsNative | Action

If the bypass message log flag is set to true then the text from this transmission will not be added to the message log.

# Arguments

  • transmissionsource — Transmission Source
  • bool — Bypass Message Log

Returns — void

native void TransmissionSourceSetBypassMessageLog(
	transmissionsource source,
	bool bypass,
);

Category: Transmission / Sources

# Examples

— None found —