mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Laying the groundwork for the RADIO class
With a special emphasis on LDT Documentation
This commit is contained in:
parent
343de7fe69
commit
ad0cac8356
15
Moose Development/Moose/Core/Radio.lua
Normal file
15
Moose Development/Moose/Core/Radio.lua
Normal file
@ -0,0 +1,15 @@
|
||||
--- This module contains the MESSAGE class.
|
||||
--
|
||||
-- 1) @{Radio#RADIO} class, extends @{Base#BASE}
|
||||
-- =================================================
|
||||
-- Radio system to manage radio communications
|
||||
-- Radio transmissions consist of sound files that are broadcasted on a specific channel and modulation
|
||||
-- If sent by a UNIT or a GROUP, Radio communications can be subtitled for a specific amount of time
|
||||
--
|
||||
-- 1.1) RADIO construction methods
|
||||
-- -------------------------------
|
||||
-- RADIO is created with @{Radio#RADIO.New}. This doesn't broadcast a transmission, but only create a RADIO object
|
||||
-- To actually broadcast your transmission, you need to use @{Radio#RADIO.Broadcast}
|
||||
--
|
||||
-- @module Radio
|
||||
-- @author Grey-Echo
|
||||
Loading…
x
Reference in New Issue
Block a user