Difference between revisions of "DCS enum radio"

From DCS World Wiki - Hoggitworld.com
m (1 revision imported)
 
(No difference)

Latest revision as of 00:12, 12 April 2018

Scripting Root

Enumerator: radio Added with: 1.2.0
Description: The radio enumerator has a single table that defines the radio modulation used to transmit.
Uses:
Format: Tables are formatted as.
radio.modulation = {
  AM,
  FM
}
constants: radio.modulation enumerator values
 0 = AM
 1 = FM
notes: