code/__DEFINES/fingerprint_flags.dm 
FINGERPRINT_ITEM_SUCCESS | The item will have the user's fingerprints added if ITEM_INTERACT_SUCCESS is returned. |
---|---|
FINGERPRINT_ITEM_FAILURE | The item will have the user's fingerprints added if ITEM_INTERACT_BLOCKING is returned. |
FINGERPRINT_OBJECT_SUCCESS | The target atom will have the user's fingerprints added if ITEM_INTERACT_SUCCESS is returned. |
FINGERPRINT_OBJECT_FAILURE | The target atom will have the user's fingerprints added if ITEM_INTERACT_BLOCKING is returned. |
Define Details
FINGERPRINT_ITEM_FAILURE 
The item will have the user's fingerprints added if ITEM_INTERACT_BLOCKING is returned.
FINGERPRINT_ITEM_SUCCESS 
The item will have the user's fingerprints added if ITEM_INTERACT_SUCCESS is returned.
FINGERPRINT_OBJECT_FAILURE 
The target atom will have the user's fingerprints added if ITEM_INTERACT_BLOCKING is returned.
FINGERPRINT_OBJECT_SUCCESS 
The target atom will have the user's fingerprints added if ITEM_INTERACT_SUCCESS is returned.