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

doppler_array

Vars

inserted_diskReference to a disk we are going to print to.
record_numberNumber which will be part of the name of the next record, increased by one for each already created record
recordsList of all explosion records in the form of /datum/data/tachyon_record

Procs

ExitedWe rely on exited to clear references.
apply_experimentsChecks a specified tachyon record for fitting reactions, then returns a list with the experiment typepath as key and score as value. The score is the same for all explosive experiments (light radius).
printPrinting of a record into a disk.
sense_explosionSensing, recording, and broadcasting of explosion

Var Details

inserted_disk

Reference to a disk we are going to print to.

record_number

Number which will be part of the name of the next record, increased by one for each already created record

records

List of all explosion records in the form of /datum/data/tachyon_record

Proc Details

Exited

We rely on exited to clear references.

apply_experiments

Checks a specified tachyon record for fitting reactions, then returns a list with the experiment typepath as key and score as value. The score is the same for all explosive experiments (light radius).

print

Printing of a record into a disk.

sense_explosion

Sensing, recording, and broadcasting of explosion