SS13 for experienced programmers: Difference between revisions
SS13 for experienced programmers (view source)
Revision as of 12:02, 14 May 2015
, 12:02, 14 May 2015Google code link replacements
imported>SpasticVerbalizer (Google code link updates) |
imported>SpasticVerbalizer (Google code link replacements) |
||
Line 475: | Line 475: | ||
var/blocks_air = 0 //Determines if the turf prevents air from passing (walls) if set to 1. | var/blocks_air = 0 //Determines if the turf prevents air from passing (walls) if set to 1. | ||
Other variables exist but they're tied to atmospherics code which is not to be touched as whenever anything is changed in it it results in a million things breaking. | Other variables exist but they're tied to atmospherics code which is not to be touched as whenever anything is changed in it it results in a million things breaking. | ||
[ | [https://github.com/tgstation/-tg-station/blob/master/code/game/turfs/turf.dm code/game/turfs/turf.dm] | ||
==== Simulated ==== | ==== Simulated ==== | ||
Line 493: | Line 493: | ||
Simulated floors are defined in: | Simulated floors are defined in: | ||
[ | [https://github.com/tgstation/-tg-station/blob/master/code/game/turfs/simulated/floor.dm code/game/turfs/simulated/floor.dm] | ||
===== Simulated walls ===== | ===== Simulated walls ===== | ||
Line 500: | Line 500: | ||
Defined in: | Defined in: | ||
[ | [https://github.com/tgstation/-tg-station/blob/master/code/game/turfs/simulated/walls.dm code/game/turfs/simulated/walls.dm] | ||
==Performance References== | ==Performance References== |