mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
1 line
2.9 KiB
HTML
1 line
2.9 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/item/envelope - 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="obj/item/envelope.html#var">Var Details</a></header><main><h1>envelope <aside>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/envelope.html">envelope</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/game/objects/mail.dm#L1"><img src="git.png" width="16" height="16" title="code/game/objects/mail.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/item/envelope.html#var/job_list">job_list</a></th><td>A list that contains the names of the jobs that can receive this type of letter. Only the base job has to be put in it, alternative titles have the same definition on the mind. Name of the job can be found in <code>mind.assigned_role</code></td></tr><tr><th><a href="obj/item/envelope.html#var/recipient">recipient</a></th><td>The real name required to open the letter</td></tr><tr><th><a href="obj/item/envelope.html#var/recipient_job">recipient_job</a></th><td>The job of the recipient</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/job_list"><aside class="declaration">var </aside>job_list <aside>– /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/game/objects/mail.dm#L14"><img src="git.png" width="16" height="16" title="code/game/objects/mail.dm 14"></a></h3><p>A list that contains the names of the jobs that can receive this type of letter. Only the base job has to be put in it, alternative titles have the same definition on the mind. Name of the job can be found in <code>mind.assigned_role</code></p><h3 id="var/recipient"><aside class="declaration">var </aside>recipient <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/game/objects/mail.dm#L16"><img src="git.png" width="16" height="16" title="code/game/objects/mail.dm 16"></a></h3><p>The real name required to open the letter</p><h3 id="var/recipient_job"><aside class="declaration">var </aside>recipient_job <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/game/objects/mail.dm#L18"><img src="git.png" width="16" height="16" title="code/game/objects/mail.dm 18"></a></h3><p>The job of the recipient</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/edee60476d21ee840643bd1abe7f6003a8c65773">edee604</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html> |