/tg/ Station 13 - Modules - TypesVar Details - Proc Details

forensics

Forensics datum

Placed onto atoms, and contains:

Vars

blood_DNAList of blood dna on this atom
fibersList of clothing fibers on this atom
fingerprintsList of fingerprints on this atom
hiddenprintsList of hiddenprints on this atom
parentRef to the parent owning this datum

Procs

add_blood_DNAAdds the given list into blood_DNA
add_fiber_listAdds the given list into fibers
add_fibersAdds a single fiber
add_fingerprintAdds a single fingerprint
add_fingerprint_listAdds the given list into fingerprints
add_hiddenprintAdds a single hiddenprint
add_hiddenprint_listAdds the given list into hiddenprints
check_bloodUpdates the blood displayed on parent
clean_actHandles cleaning up the various forensic types
inherit_newMerges the given lists into the preexisting values
wipe_blood_DNAEmpties the blood_DNA list
wipe_fibersEmpties the fibers list
wipe_fingerprintsEmpties the fingerprints list

Var Details

blood_DNA

List of blood dna on this atom

Formatting:

fibers

List of clothing fibers on this atom

Formatting:

fingerprints

List of fingerprints on this atom

Formatting:

hiddenprints

List of hiddenprints on this atom

Formatting:

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