Files
Paradise/datum/cloning_data.html

5 lines
4.5 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/cloning_data - 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/cloning_data.html#var">Var Details</a></header><main><h1>cloning_data <aside>/<a href="datum.html">datum</a>/<a href="datum/cloning_data.html">cloning_data</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/machinery/clonescanner.dm#L2"><img src="git.png" width="16" height="16" title="code/game/machinery/clonescanner.dm 2"></a></h1><p>A datum to store the information gained by scanning a patient OR the fixes to be made to their body.</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/cloning_data.html#var/genetic_info">genetic_info</a></th><td>The patient's DNA</td></tr><tr><th><a href="datum/cloning_data.html#var/limbs">limbs</a></th><td>The patient's external organs (limbs) and their data, stored as an associated list of lists.
List format: limb = list(brute, burn, status, missing, name, max damage)</td></tr><tr><th><a href="datum/cloning_data.html#var/mindUID">mindUID</a></th><td>A reference to the patient's mind.</td></tr><tr><th><a href="datum/cloning_data.html#var/name">name</a></th><td>The patient's name.</td></tr><tr><th><a href="datum/cloning_data.html#var/organs">organs</a></th><td>The patient's internal organs and their data, stored as an associated list of lists.
List format: organ = list(damage, status, missing, name, max damage, organ tag)</td></tr><tr><th><a href="datum/cloning_data.html#var/quirks">quirks</a></th><td>What quirks the patient has</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/genetic_info"><aside class="declaration">var </aside>genetic_info <aside> /<a href="datum.html">datum</a>/<a href="datum/dna.html">dna</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/machinery/clonescanner.dm#L17"><img src="git.png" width="16" height="16" title="code/game/machinery/clonescanner.dm 17"></a></h3><p>The patient's DNA</p><h3 id="var/limbs"><aside class="declaration">var </aside>limbs <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/machinery/clonescanner.dm#L10"><img src="git.png" width="16" height="16" title="code/game/machinery/clonescanner.dm 10"></a></h3><p>The patient's external organs (limbs) and their data, stored as an associated list of lists.
List format: limb = list(brute, burn, status, missing, name, max damage)</p><h3 id="var/mindUID"><aside class="declaration">var </aside>mindUID <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/machinery/clonescanner.dm#L6"><img src="git.png" width="16" height="16" title="code/game/machinery/clonescanner.dm 6"></a></h3><p>A reference to the patient's mind.</p><h3 id="var/name"><aside class="declaration">var </aside>name <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/machinery/clonescanner.dm#L4"><img src="git.png" width="16" height="16" title="code/game/machinery/clonescanner.dm 4"></a></h3><p>The patient's name.</p><h3 id="var/organs"><aside class="declaration">var </aside>organs <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/machinery/clonescanner.dm#L14"><img src="git.png" width="16" height="16" title="code/game/machinery/clonescanner.dm 14"></a></h3><p>The patient's internal organs and their data, stored as an associated list of lists.
List format: organ = list(damage, status, missing, name, max damage, organ tag)</p><h3 id="var/quirks"><aside class="declaration">var </aside>quirks <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/machinery/clonescanner.dm#L19"><img src="git.png" width="16" height="16" title="code/game/machinery/clonescanner.dm 19"></a></h3><p>What quirks the patient has</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>