SS1984 - Modules - TypesVar Details - Proc Details

undertile

An element that hides objects under tile

Vars

invisibility_levellevel of invisibility applied when under a tile. Could be INVISIBILITY_OBSERVER if you still want it to be visible to ghosts
tile_overlayan overlay for the tile if we wish to apply that
tilt_tileWill hiding the object tilt the tile it is beneath?
use_alphawhether we use alpha or not. TRUE uses ALPHA_UNDERTILE because otherwise we have 200 different instances of this element for different alphas
use_anchorWe will switch between anchored and unanchored. for stuff like satchels that shouldn't be pullable under tiles but are otherwise unanchored

Procs

hidecalled when a tile has been covered or uncovered

Var Details

invisibility_level

level of invisibility applied when under a tile. Could be INVISIBILITY_OBSERVER if you still want it to be visible to ghosts

tile_overlay

an overlay for the tile if we wish to apply that

tilt_tile

Will hiding the object tilt the tile it is beneath?

use_alpha

whether we use alpha or not. TRUE uses ALPHA_UNDERTILE because otherwise we have 200 different instances of this element for different alphas

use_anchor

We will switch between anchored and unanchored. for stuff like satchels that shouldn't be pullable under tiles but are otherwise unanchored

Proc Details

hide

called when a tile has been covered or uncovered