mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
1 line
3.3 KiB
HTML
1 line
3.3 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/controller/subsystem/chat - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> — <a href="datum/controller/subsystem/chat.html#var">Var Details</a></header><main><h1>chat <aside>/<a href="datum.html">datum</a>/<a href="datum/controller.html">controller</a>/<a href="datum/controller/subsystem.html">subsystem</a>/<a href="datum/controller/subsystem/chat.html">chat</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/SSchat.dm#L6"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSchat.dm 6"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/controller/subsystem/chat.html#var/client_to_payloads">client_to_payloads</a></th><td>Associates a ckey with a list of messages to send to them.</td></tr><tr><th><a href="datum/controller/subsystem/chat.html#var/client_to_reliability_history">client_to_reliability_history</a></th><td>Associates a ckey with an associative list of their last CHAT_RELIABILITY_HISTORY_SIZE messages.</td></tr><tr><th><a href="datum/controller/subsystem/chat.html#var/client_to_sequence_number">client_to_sequence_number</a></th><td>Associates a ckey with their next sequence number.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/client_to_payloads"><aside class="declaration">var </aside>client_to_payloads <aside>– /list/list/<a href="datum.html">datum</a>/<a href="datum/chat_payload.html">chat_payload</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/SSchat.dm#L15"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSchat.dm 15"></a></h3><p>Associates a ckey with a list of messages to send to them.</p><h3 id="var/client_to_reliability_history"><aside class="declaration">var </aside>client_to_reliability_history <aside>– /list/list/<a href="datum.html">datum</a>/<a href="datum/chat_payload.html">chat_payload</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/SSchat.dm#L18"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSchat.dm 18"></a></h3><p>Associates a ckey with an associative list of their last CHAT_RELIABILITY_HISTORY_SIZE messages.</p><h3 id="var/client_to_sequence_number"><aside class="declaration">var </aside>client_to_sequence_number <aside>– /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/SSchat.dm#L21"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSchat.dm 21"></a></h3><p>Associates a ckey with their next sequence number.</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html> |