server ![code/game/machinery/telecomms/machines/server.dm 9](git.png)
The server logs all traffic and signal data. Once it records the signal, it sends it to the subspace broadcaster.
Store a maximum of MAX_LOG_ENTRIES
(400) log entries and then deletes them.
Vars | |
log_entries | A list of previous entries on the network. It will not exceed
MAX_LOG_ENTRIES entries in length, flushing the oldest entries
automatically. |
---|---|
total_traffic | Total trafic, which is increased every time a signal is increased and
the current traffic is higher than 0. See traffic for more info. |
Var Details
log_entries ![code/game/machinery/telecomms/machines/server.dm 20](git.png)
A list of previous entries on the network. It will not exceed
MAX_LOG_ENTRIES
entries in length, flushing the oldest entries
automatically.
total_traffic ![code/game/machinery/telecomms/machines/server.dm 23](git.png)
Total trafic, which is increased every time a signal is increased and
the current traffic is higher than 0. See traffic
for more info.