byond - Modules - TypesVar Details

Chat

Vars

client_to_payloadsAssosciates a ckey with a list of messages to send to them.
client_to_reliability_historyAssociates a ckey with an assosciative list of their last CHAT_RELIABILITY_HISTORY_SIZE messages.
client_to_sequence_numberAssosciates a ckey with their next sequence number.
resendsKeeps track of resends to see how often chat bugs out

Var Details

client_to_payloads

Assosciates a ckey with a list of messages to send to them.

client_to_reliability_history

Associates a ckey with an assosciative list of their last CHAT_RELIABILITY_HISTORY_SIZE messages.

client_to_sequence_number

Assosciates a ckey with their next sequence number.

resends

Keeps track of resends to see how often chat bugs out