/datum/health_scan
vars reffing this on /mob/dead/observer, /obj/item/device/healthanalyzer, /obj/structure/machinery/cm_vending/sorted/medical, /obj/structure/machinery/body_scanconsole are called last_health_display
Procs | |
get_death_value | Returns TRUE if the target is either dead or appears to be dead. |
---|---|
get_oxy_value | Returns the oxygen value, unless they have FAKEDEATH - in which case it will instead make up a number to return. |
look_at | This is the proc for interacting with, or looking at, a mob's health display. Also contains skillchecks and the like. You may NOT call tgui interact directly, and you MUST set the detail level. |
Proc Details
get_death_value
Returns TRUE if the target is either dead or appears to be dead.
get_oxy_value
Returns the oxygen value, unless they have FAKEDEATH - in which case it will instead make up a number to return.
look_at
This is the proc for interacting with, or looking at, a mob's health display. Also contains skillchecks and the like. You may NOT call tgui interact directly, and you MUST set the detail level.