Radio Component
Listens out for signals on the designated frequencies and sends signals on designated frequencies
Vars | |
code | Signal input |
---|---|
current_freq | Current frequency value |
freq | Frequency input |
owner_ckey | The ckey of the user who used the shell we were placed in, important for signalling logs. |
parent_shell | Holds a reference to the shell. |
public_options | The publicity options. Controls whether it's public or private. |
radio_connection | The radio connection we are using to receive signals. |
signal_cooldown_time | How long of a cooldown we have before we can send another signal. |
Var Details
code
Signal input
current_freq
Current frequency value
freq
Frequency input
owner_ckey
The ckey of the user who used the shell we were placed in, important for signalling logs.
parent_shell
Holds a reference to the shell.
public_options
The publicity options. Controls whether it's public or private.
radio_connection
The radio connection we are using to receive signals.
signal_cooldown_time
How long of a cooldown we have before we can send another signal.