Files
GS13NG/datum/component/transformation_item.html
2025-02-05 06:19:18 +00:00

1 line
8.4 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/component/transformation_item - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a><a href="datum/component/transformation_item.html#var">Var Details</a></header><main><h1>transformation_item <aside>/<a href="datum.html">datum</a>/<a href="datum/component.html">component</a>/<a href="datum/component/transformation_item.html">transformation_item</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/GainStation13/code/mechanics/transformation/transformation_component.dm#L1"><img src="git.png" width="16" height="16" title="GainStation13/code/mechanics/transformation/transformation_component.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/component/transformation_item.html#var/able_to_emote">able_to_emote</a></th><td>Is the mob able to emote as the item?</td></tr><tr><th><a href="datum/component/transformation_item.html#var/able_to_speak">able_to_speak</a></th><td>Is the mob able to speak as the item?</td></tr><tr><th><a href="datum/component/transformation_item.html#var/able_to_struggle_out">able_to_struggle_out</a></th><td>Is the person able to struggle out?</td></tr><tr><th><a href="datum/component/transformation_item.html#var/mob_removed">mob_removed</a></th><td>Has the mob already been removed?</td></tr><tr><th><a href="datum/component/transformation_item.html#var/release_mob">release_mob</a></th><td>Do we release the mob when the parent item is destroyed?</td></tr><tr><th><a href="datum/component/transformation_item.html#var/scale_object">scale_object</a></th><td>Does the object scale with the sprite size of the mob inside of it?</td></tr><tr><th><a href="datum/component/transformation_item.html#var/show_that_object_is_tf">show_that_object_is_tf</a></th><td>Show custom description.</td></tr><tr><th><a href="datum/component/transformation_item.html#var/stored_name">stored_name</a></th><td>Stored name</td></tr><tr><th><a href="datum/component/transformation_item.html#var/stored_real_name">stored_real_name</a></th><td>Stored real name</td></tr><tr><th><a href="datum/component/transformation_item.html#var/stuck_on_item">stuck_on_item</a></th><td>Is the component able to be removed?</td></tr><tr><th><a href="datum/component/transformation_item.html#var/transfer_to_vore">transfer_to_vore</a></th><td>Transfer to vore belly when eaten</td></tr><tr><th><a href="datum/component/transformation_item.html#var/transformed_mob">transformed_mob</a></th><td>What mob do we currently have stuck in us?</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/able_to_emote"><aside class="declaration">var </aside>able_to_emote <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/GainStation13/code/mechanics/transformation/transformation_component.dm#L9"><img src="git.png" width="16" height="16" title="GainStation13/code/mechanics/transformation/transformation_component.dm 9"></a></h3><p>Is the mob able to emote as the item?</p><h3 id="var/able_to_speak"><aside class="declaration">var </aside>able_to_speak <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/GainStation13/code/mechanics/transformation/transformation_component.dm#L7"><img src="git.png" width="16" height="16" title="GainStation13/code/mechanics/transformation/transformation_component.dm 7"></a></h3><p>Is the mob able to speak as the item?</p><h3 id="var/able_to_struggle_out"><aside class="declaration">var </aside>able_to_struggle_out <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/GainStation13/code/mechanics/transformation/transformation_component.dm#L21"><img src="git.png" width="16" height="16" title="GainStation13/code/mechanics/transformation/transformation_component.dm 21"></a></h3><p>Is the person able to struggle out?</p><h3 id="var/mob_removed"><aside class="declaration">var </aside>mob_removed <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/GainStation13/code/mechanics/transformation/transformation_component.dm#L25"><img src="git.png" width="16" height="16" title="GainStation13/code/mechanics/transformation/transformation_component.dm 25"></a></h3><p>Has the mob already been removed?</p><h3 id="var/release_mob"><aside class="declaration">var </aside>release_mob <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/GainStation13/code/mechanics/transformation/transformation_component.dm#L5"><img src="git.png" width="16" height="16" title="GainStation13/code/mechanics/transformation/transformation_component.dm 5"></a></h3><p>Do we release the mob when the parent item is destroyed?</p><h3 id="var/scale_object"><aside class="declaration">var </aside>scale_object <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/GainStation13/code/mechanics/transformation/transformation_component.dm#L11"><img src="git.png" width="16" height="16" title="GainStation13/code/mechanics/transformation/transformation_component.dm 11"></a></h3><p>Does the object scale with the sprite size of the mob inside of it?</p><h3 id="var/show_that_object_is_tf"><aside class="declaration">var </aside>show_that_object_is_tf <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/GainStation13/code/mechanics/transformation/transformation_component.dm#L13"><img src="git.png" width="16" height="16" title="GainStation13/code/mechanics/transformation/transformation_component.dm 13"></a></h3><p>Show custom description.</p><h3 id="var/stored_name"><aside class="declaration">var </aside>stored_name <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/GainStation13/code/mechanics/transformation/transformation_component.dm#L17"><img src="git.png" width="16" height="16" title="GainStation13/code/mechanics/transformation/transformation_component.dm 17"></a></h3><p>Stored name</p><h3 id="var/stored_real_name"><aside class="declaration">var </aside>stored_real_name <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/GainStation13/code/mechanics/transformation/transformation_component.dm#L15"><img src="git.png" width="16" height="16" title="GainStation13/code/mechanics/transformation/transformation_component.dm 15"></a></h3><p>Stored real name</p><h3 id="var/stuck_on_item"><aside class="declaration">var </aside>stuck_on_item <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/GainStation13/code/mechanics/transformation/transformation_component.dm#L19"><img src="git.png" width="16" height="16" title="GainStation13/code/mechanics/transformation/transformation_component.dm 19"></a></h3><p>Is the component able to be removed?</p><h3 id="var/transfer_to_vore"><aside class="declaration">var </aside>transfer_to_vore <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/GainStation13/code/mechanics/transformation/transformation_component.dm#L23"><img src="git.png" width="16" height="16" title="GainStation13/code/mechanics/transformation/transformation_component.dm 23"></a></h3><p>Transfer to vore belly when eaten</p><h3 id="var/transformed_mob"><aside class="declaration">var </aside>transformed_mob <aside> /<a href="mob.html">mob</a>/<a href="mob/living.html">living</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/GainStation13/code/mechanics/transformation/transformation_component.dm#L3"><img src="git.png" width="16" height="16" title="GainStation13/code/mechanics/transformation/transformation_component.dm 3"></a></h3><p>What mob do we currently have stuck in us?</p></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e">e8e0068</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>