mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
1 line
11 KiB
HTML
1 line
11 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/item/pda - 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/pda.html#var">Var Details</a></header><main><h1>pda <aside>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/pda.html">pda</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L9"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 9"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/item/pda.html#var/cartridge">cartridge</a></th><td>The ROM cartridge currently inside this PDA.</td></tr><tr><th><a href="obj/item/pda.html#var/current_app">current_app</a></th><td>The program currently loaded in the PDA (e.g. crew manifest, messanger, main menu).</td></tr><tr><th><a href="obj/item/pda.html#var/default_cartridge">default_cartridge</a></th><td>Typepath of the ROM cartridge that spawns with this PDA, if any. Gives extra functionality to the PDA.</td></tr><tr><th><a href="obj/item/pda.html#var/default_pen">default_pen</a></th><td>Type of pen this PDA spawns with.</td></tr><tr><th><a href="obj/item/pda.html#var/detonate">detonate</a></th><td>Can this PDA be blown up?</td></tr><tr><th><a href="obj/item/pda.html#var/held_pen">held_pen</a></th><td>PDA slot for a pen.</td></tr><tr><th><a href="obj/item/pda.html#var/honkamt">honkamt</a></th><td>How many sounds will be replaced with HONKs (when infected with honk.exe)?</td></tr><tr><th><a href="obj/item/pda.html#var/id">id</a></th><td>ID card currently slotted into the PDA.</td></tr><tr><th><a href="obj/item/pda.html#var/lock_code">lock_code</a></th><td>Code to unlock the Syndicate uplink.</td></tr><tr><th><a href="obj/item/pda.html#var/mimeamt">mimeamt</a></th><td>How many sounds will be muted (when infected with mime.exe)?</td></tr><tr><th><a href="obj/item/pda.html#var/model_name">model_name</a></th><td>Stated by some programs, not visible on examination.</td></tr><tr><th><a href="obj/item/pda.html#var/owner">owner</a></th><td>Name on the registered owner's ID card.</td></tr><tr><th><a href="obj/item/pda.html#var/ownjob">ownjob</a></th><td>Job on the current ID card.</td></tr><tr><th><a href="obj/item/pda.html#var/ownrank">ownrank</a></th><td>Rank of the current ID card.</td></tr><tr><th><a href="obj/item/pda.html#var/pai">pai</a></th><td>PDA slot for a pAI.</td></tr><tr><th><a href="obj/item/pda.html#var/programs">programs</a></th><td>Core programs that come with this PDA.</td></tr><tr><th><a href="obj/item/pda.html#var/scanmode">scanmode</a></th><td>Some PDA programs turn the PDA into scanning tool (e.g. gas scaner, medical analyzer).</td></tr><tr><th><a href="obj/item/pda.html#var/silent">silent</a></th><td>Is the PDA muted?</td></tr><tr><th><a href="obj/item/pda.html#var/silicon_pda">silicon_pda</a></th><td>Is this a silicon's internal PDA?</td></tr><tr><th><a href="obj/item/pda.html#var/ttone">ttone</a></th><td>This PDA's ringtone.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/cartridge"><aside class="declaration">var </aside>cartridge <aside>– /<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/cartridge.html">cartridge</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L27"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 27"></a></h3><p>The ROM cartridge currently inside this PDA.</p><h3 id="var/current_app"><aside class="declaration">var </aside>current_app <aside>– /<a href="datum.html">datum</a>/data/pda/app</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L29"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 29"></a></h3><p>The program currently loaded in the PDA (e.g. crew manifest, messanger, main menu).</p><h3 id="var/default_cartridge"><aside class="declaration">var </aside>default_cartridge <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L25"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 25"></a></h3><p>Typepath of the ROM cartridge that spawns with this PDA, if any. Gives extra functionality to the PDA.</p><h3 id="var/default_pen"><aside class="declaration">var </aside>default_pen <aside>– /<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/pen</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L73"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 73"></a></h3><p>Type of pen this PDA spawns with.</p><h3 id="var/detonate"><aside class="declaration">var </aside>detonate <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L43"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 43"></a></h3><p>Can this PDA be blown up?</p><h3 id="var/held_pen"><aside class="declaration">var </aside>held_pen <aside>– /<a href="obj.html">obj</a>/<a href="obj/item.html">item</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L71"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 71"></a></h3><p>PDA slot for a pen.</p><h3 id="var/honkamt"><aside class="declaration">var </aside>honkamt <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L39"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 39"></a></h3><p>How many sounds will be replaced with HONKs (when infected with honk.exe)?</p><h3 id="var/id"><aside class="declaration">var </aside>id <aside>– /<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/card/id.html">card/id</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L63"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 63"></a></h3><p>ID card currently slotted into the PDA.</p><h3 id="var/lock_code"><aside class="declaration">var </aside>lock_code <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L35"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 35"></a></h3><p>Code to unlock the Syndicate uplink.</p><h3 id="var/mimeamt"><aside class="declaration">var </aside>mimeamt <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L41"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 41"></a></h3><p>How many sounds will be muted (when infected with mime.exe)?</p><h3 id="var/model_name"><aside class="declaration">var </aside>model_name <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L31"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 31"></a></h3><p>Stated by some programs, not visible on examination.</p><h3 id="var/owner"><aside class="declaration">var </aside>owner <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L23"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 23"></a></h3><p>Name on the registered owner's ID card.</p><h3 id="var/ownjob"><aside class="declaration">var </aside>ownjob <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L65"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 65"></a></h3><p>Job on the current ID card.</p><h3 id="var/ownrank"><aside class="declaration">var </aside>ownrank <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L67"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 67"></a></h3><p>Rank of the current ID card.</p><h3 id="var/pai"><aside class="declaration">var </aside>pai <aside>– /<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/paicard</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L69"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 69"></a></h3><p>PDA slot for a pAI.</p><h3 id="var/programs"><aside class="declaration">var </aside>programs <aside>– /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L47"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 47"></a></h3><p>Core programs that come with this PDA.</p><h3 id="var/scanmode"><aside class="declaration">var </aside>scanmode <aside>– /<a href="datum.html">datum</a>/data/pda/utility/scanmode</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L33"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 33"></a></h3><p>Some PDA programs turn the PDA into scanning tool (e.g. gas scaner, medical analyzer).</p><h3 id="var/silent"><aside class="declaration">var </aside>silent <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L37"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 37"></a></h3><p>Is the PDA muted?</p><h3 id="var/silicon_pda"><aside class="declaration">var </aside>silicon_pda <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L21"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 21"></a></h3><p>Is this a silicon's internal PDA?</p><h3 id="var/ttone"><aside class="declaration">var </aside>ttone <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/pda/PDA.dm#L45"><img src="git.png" width="16" height="16" title="code/modules/pda/PDA.dm 45"></a></h3><p>This PDA's ringtone.</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> |