mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
1 line
5.8 KiB
HTML
1 line
5.8 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/program_picker - 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/program_picker.html#var">Var Details</a></header><main><h1>program_picker <aside>/<a href="datum.html">datum</a>/<a href="datum/program_picker.html">program_picker</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mob/living/silicon/ai/ai_programs.dm#L2"><img src="git.png" width="16" height="16" title="code/modules/mob/living/silicon/ai/ai_programs.dm 2"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/program_picker.html#var/assigned_ai">assigned_ai</a></th><td>Associated AI</td></tr><tr><th><a href="datum/program_picker.html#var/bandwidth">bandwidth</a></th><td>How much bandwidth is available</td></tr><tr><th><a href="datum/program_picker.html#var/max_nanites">max_nanites</a></th><td>What is the maximum number of nanites?</td></tr><tr><th><a href="datum/program_picker.html#var/memory">memory</a></th><td>How much memory is available</td></tr><tr><th><a href="datum/program_picker.html#var/nanites">nanites</a></th><td>How many nanites are available?</td></tr><tr><th><a href="datum/program_picker.html#var/possible_programs">possible_programs</a></th><td>List of programs that can be bought</td></tr><tr><th><a href="datum/program_picker.html#var/temp">temp</a></th><td>Handles extra information displayed</td></tr><tr><th><a href="datum/program_picker.html#var/total_bandwidth">total_bandwidth</a></th><td>How much total bandwidth does the system have?</td></tr><tr><th><a href="datum/program_picker.html#var/total_memory">total_memory</a></th><td>How much total memory does the system have?</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/assigned_ai"><aside class="declaration">var </aside>assigned_ai <aside>– /<a href="mob.html">mob</a>/<a href="mob/living.html">living</a>/<a href="mob/living/silicon.html">silicon</a>/<a href="mob/living/silicon/ai.html">ai</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mob/living/silicon/ai/ai_programs.dm#L4"><img src="git.png" width="16" height="16" title="code/modules/mob/living/silicon/ai/ai_programs.dm 4"></a></h3><p>Associated AI</p><h3 id="var/bandwidth"><aside class="declaration">var </aside>bandwidth <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mob/living/silicon/ai/ai_programs.dm#L12"><img src="git.png" width="16" height="16" title="code/modules/mob/living/silicon/ai/ai_programs.dm 12"></a></h3><p>How much bandwidth is available</p><h3 id="var/max_nanites"><aside class="declaration">var </aside>max_nanites <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mob/living/silicon/ai/ai_programs.dm#L18"><img src="git.png" width="16" height="16" title="code/modules/mob/living/silicon/ai/ai_programs.dm 18"></a></h3><p>What is the maximum number of nanites?</p><h3 id="var/memory"><aside class="declaration">var </aside>memory <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mob/living/silicon/ai/ai_programs.dm#L8"><img src="git.png" width="16" height="16" title="code/modules/mob/living/silicon/ai/ai_programs.dm 8"></a></h3><p>How much memory is available</p><h3 id="var/nanites"><aside class="declaration">var </aside>nanites <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mob/living/silicon/ai/ai_programs.dm#L16"><img src="git.png" width="16" height="16" title="code/modules/mob/living/silicon/ai/ai_programs.dm 16"></a></h3><p>How many nanites are available?</p><h3 id="var/possible_programs"><aside class="declaration">var </aside>possible_programs <aside>– /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mob/living/silicon/ai/ai_programs.dm#L6"><img src="git.png" width="16" height="16" title="code/modules/mob/living/silicon/ai/ai_programs.dm 6"></a></h3><p>List of programs that can be bought</p><h3 id="var/temp"><aside class="declaration">var </aside>temp <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mob/living/silicon/ai/ai_programs.dm#L20"><img src="git.png" width="16" height="16" title="code/modules/mob/living/silicon/ai/ai_programs.dm 20"></a></h3><p>Handles extra information displayed</p><h3 id="var/total_bandwidth"><aside class="declaration">var </aside>total_bandwidth <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mob/living/silicon/ai/ai_programs.dm#L14"><img src="git.png" width="16" height="16" title="code/modules/mob/living/silicon/ai/ai_programs.dm 14"></a></h3><p>How much total bandwidth does the system have?</p><h3 id="var/total_memory"><aside class="declaration">var </aside>total_memory <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mob/living/silicon/ai/ai_programs.dm#L10"><img src="git.png" width="16" height="16" title="code/modules/mob/living/silicon/ai/ai_programs.dm 10"></a></h3><p>How much total memory does the system have?</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html> |