byond - Modules - TypesVar Details - Proc Details

observer

Vars

can_reenter_corpseA weakref to the original corpse of the observer
ghost_visionIf you can see things only ghosts see, like other ghosts
health_analyzerCreates health_analyzer to scan with on toggle_health_scan toggle.
health_scanStores variable set in toggle_health_scan.

Procs

clean_observetargetSignal handler to clean the observedtarget
do_observemakes the ghost see the target hud and sets the eye at the target.
load_ghost_gamemode_actionsLoads any gamemode specific ghost actions
pick_formChanges our sprite
revived_while_awayWarn the ghost and send them into their body after a few seconds
toggle_health_scanToggle for whether you health-scan living beings on click as observer.

Var Details

can_reenter_corpse

A weakref to the original corpse of the observer

ghost_vision

If you can see things only ghosts see, like other ghosts

health_analyzer

Creates health_analyzer to scan with on toggle_health_scan toggle.

health_scan

Stores variable set in toggle_health_scan.

Proc Details

clean_observetarget

Signal handler to clean the observedtarget

do_observe

makes the ghost see the target hud and sets the eye at the target.

load_ghost_gamemode_actions

Loads any gamemode specific ghost actions

pick_form

Changes our sprite

revived_while_away

Warn the ghost and send them into their body after a few seconds

toggle_health_scan

Toggle for whether you health-scan living beings on click as observer.