signal ![code/game/communications.dm 237](git.png)
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 ![code/game/communications.dm 248](git.png)
The data carried through this signal. Defaults to null
, otherwise it's
an associative list of (string, any).
frequency ![code/game/communications.dm 241](git.png)
The frequency on which this signal was emitted.
logging_data ![code/game/communications.dm 252](git.png)
Logging data, used for logging purposes. Makes sense, right?
source ![code/game/communications.dm 239](git.png)
The source of this signal.
transmission_method ![code/game/communications.dm 245](git.png)
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.