byond - Modules - TypesProc Details

/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_valueReturns TRUE if the target is either dead or appears to be dead.
get_oxy_valueReturns the oxygen value, unless they have FAKEDEATH - in which case it will instead make up a number to return.
look_atThis 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.
ui_actfor checking if limbs are robot limbs

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.

ui_act

for checking if limbs are robot limbs