forensics
Forensics datum
Placed onto atoms, and contains:
- List of fingerprints on the atom
- List of hidden prints (used for admins)
- List of blood on the atom
- List of clothing fibers on the atom
Vars | |
blood_DNA | List of blood dna on this atom |
---|---|
fibers | List of clothing fibers on this atom |
fingerprints | List of fingerprints on this atom |
hiddenprints | List of hiddenprints on this atom |
parent | Ref to the parent owning this datum |
Procs | |
add_blood_DNA | Adds the given list into blood_DNA |
add_fiber_list | Adds the given list into fibers |
add_fibers | Adds a single fiber |
add_fingerprint | Adds a single fingerprint |
add_fingerprint_list | Adds the given list into fingerprints |
add_hiddenprint | Adds a single hiddenprint |
add_hiddenprint_list | Adds the given list into hiddenprints |
check_blood | Updates the blood displayed on parent |
clean_act | Handles cleaning up the various forensic types |
inherit_new | Merges the given lists into the preexisting values |
wipe_blood_DNA | Empties the blood_DNA list |
wipe_fibers | Empties the fibers list |
wipe_fingerprints | Empties the fingerprints list |
Var Details
blood_DNA
List of blood dna on this atom
Formatting:
- dna = bloodtype
fibers
List of clothing fibers on this atom
Formatting:
- fiber = fiber
fingerprints
List of fingerprints on this atom
Formatting:
- print = print
hiddenprints
List of hiddenprints on this atom
Formatting:
- ckey = realname/gloves/ckey
parent
Ref to the parent owning this datum
Proc Details
add_blood_DNA
Adds the given list into blood_DNA
add_fiber_list
Adds the given list into fibers
add_fibers
Adds a single fiber
add_fingerprint
Adds a single fingerprint
add_fingerprint_list
Adds the given list into fingerprints
add_hiddenprint
Adds a single hiddenprint
add_hiddenprint_list
Adds the given list into hiddenprints
check_blood
Updates the blood displayed on parent
clean_act
Handles cleaning up the various forensic types
inherit_new
Merges the given lists into the preexisting values
wipe_blood_DNA
Empties the blood_DNA list
wipe_fibers
Empties the fibers list
wipe_fingerprints
Empties the fingerprints list