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 |
| passed_bridges | I hate doing this but STP is hard. |
| range | Radio range |
| transmission_method | The medium of which this packet is travelling |
Procs | |
| Copy | Returns a copy of this signal. |
| check_bridge | Check if this signal has passed a bridge, if not, add the bridge's refid to the passed bridge list. FALSE - first pass, TRUE - second+pass, panic. |
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
passed_bridges 
I hate doing this but STP is hard.
range 
Radio range
transmission_method 
The medium of which this packet is travelling
Proc Details
Copy
Returns a copy of this signal.
check_bridge
Check if this signal has passed a bridge, if not, add the bridge's refid to the passed bridge list. FALSE - first pass, TRUE - second+pass, panic.