signal 
Vars | |
| author | The author/sender of this packet. This atom will be skipped during packet send. |
|---|---|
| data | The player-accessible data of the packet |
| filter_list | Radio filter list |
| frequency | Radio frequency |
| frequency_datum | A ref to the radio frequency datum, used by... radios. |
| has_magic_data | Does this packet contain anything but standard data? Anything that captures packets should either generate garbage data or discard these packets. |
| logging_data | Admin logging |
| range | Radio range |
| transmission_method | The medium of which this packet is travelling |
Procs | |
| Copy | Returns a copy of this signal. |
Var Details
author 
The author/sender of this packet. This atom will be skipped during packet send.
data 
The player-accessible data of the packet
filter_list 
Radio filter list
frequency 
Radio frequency
frequency_datum 
A ref to the radio frequency datum, used by... radios.
has_magic_data 
Does this packet contain anything but standard data? Anything that captures packets should either generate garbage data or discard these packets.
logging_data 
Admin logging
range 
Radio range
transmission_method 
The medium of which this packet is travelling
Proc Details
Copy
Returns a copy of this signal.