mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
1 line
2.8 KiB
HTML
1 line
2.8 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/lighting_object - 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/lighting_object.html#var">Var Details</a></header><main><h1>lighting_object <aside>/<a href="datum.html">datum</a>/<a href="datum/lighting_object.html">lighting_object</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/lighting/lighting_object.dm#L1"><img src="git.png" width="16" height="16" title="code/modules/lighting/lighting_object.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/lighting_object.html#var/affected_turf">affected_turf</a></th><td>the turf that our light is applied to</td></tr><tr><th><a href="datum/lighting_object.html#var/current_underlay">current_underlay</a></th><td>the underlay we are currently applying to our turf to apply light</td></tr><tr><th><a href="datum/lighting_object.html#var/needs_update">needs_update</a></th><td>whether we are already in the SSlighting.objects_queue list</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/affected_turf"><aside class="declaration">var </aside>affected_turf <aside>– /<a href="turf.html">turf</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/lighting/lighting_object.dm#L7"><img src="git.png" width="16" height="16" title="code/modules/lighting/lighting_object.dm 7"></a></h3><p>the turf that our light is applied to</p><h3 id="var/current_underlay"><aside class="declaration">var </aside>current_underlay <aside>– /mutable_appearance</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/lighting/lighting_object.dm#L3"><img src="git.png" width="16" height="16" title="code/modules/lighting/lighting_object.dm 3"></a></h3><p>the underlay we are currently applying to our turf to apply light</p><h3 id="var/needs_update"><aside class="declaration">var </aside>needs_update <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/lighting/lighting_object.dm#L5"><img src="git.png" width="16" height="16" title="code/modules/lighting/lighting_object.dm 5"></a></h3><p>whether we are already in the SSlighting.objects_queue list</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> |