signal 
Vars | |
| data | The data carried through this signal. Defaults to null, otherwise it's
an associative list of (string, any). |
|---|---|
| frequency | The frequency on which this signal was emitted. |
| logging_data | Logging data, used for logging purposes. Makes sense, right? |
| source | The source of this signal. |
| transmission_method | The method through which this signal was transmitted.
See all of the TRANSMISSION_X in code/__DEFINES/radio.dm for
all of the possible options. |
Var Details
data 
The data carried through this signal. Defaults to null, otherwise it's
an associative list of (string, any).
frequency 
The frequency on which this signal was emitted.
logging_data 
Logging data, used for logging purposes. Makes sense, right?
source 
The source of this signal.
transmission_method 
The method through which this signal was transmitted.
See all of the TRANSMISSION_X in code/__DEFINES/radio.dm for
all of the possible options.