mirror of
https://github.com/omltcat/dcs-lua-definitions.git
synced 2025-11-10 15:48:52 +00:00
Added radio.modulation enum
This commit is contained in:
parent
2224b38301
commit
dbfd77b978
11
library/mission/radio.lua
Normal file
11
library/mission/radio.lua
Normal file
@ -0,0 +1,11 @@
|
||||
---@meta
|
||||
|
||||
---The radio enumerator has a single table that defines the radio modulation used to transmit.
|
||||
---@class radio
|
||||
radio = {}
|
||||
|
||||
---@enum radio.modulation
|
||||
radio.modulation = {
|
||||
AM = 0,
|
||||
FM = 1
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user