observer

Vars | |
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. |
Procs | |
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. |
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.