/tg/ Station 13 - Modules - Types

code/game/objects/items/devices/scanners/health_analyzer.dm

/proc/healthscan healthscan returns a list of everything a health scan should give to a player. Examples of where this is used is Health Analyzer and the Physical Scanner tablet app. Args: user - The person with the scanner target - The person being scanned mode - Uses SCANNER_CONDENSED or SCANNER_VERBOSE to decide whether to give a list of all individual limb damage advanced - Whether it will give more advanced details, such as husk source. tochat - Whether to immediately post the result into the chat of the user, otherwise it will return the results.
/proc/woundscan Displays wounds with extended information on their status vs medscanners
/proc/diseasescan Checks the individual for any diseases that are visible to the scanner, and displays the diseases in the attacked to the attacker.