Daedalus Dock - Modules - TypesVar Details - Proc Details

signal

Vars

authorThe author/sender of this packet. This atom will be skipped during packet send.
dataThe player-accessible data of the packet
filter_listRadio filter list
frequencyRadio frequency
frequency_datumA ref to the radio frequency datum, used by... radios.
has_magic_dataDoes this packet contain anything but standard data? Anything that captures packets should either generate garbage data or discard these packets.
logging_dataAdmin logging
passed_bridgesI hate doing this but STP is hard.
rangeRadio range
transmission_methodThe medium of which this packet is travelling

Procs

CopyReturns a copy of this signal.
check_bridgeCheck 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.