/tg/ Station 13 - Modules - TypesProc Details

bluespace

Bluespace RPED. Allows exchanging parts from a distance & through cameras

Procs

on_insered_component_reagent_pre_addHooks COMSIG_REAGENTS_PRE_ADD_REAGENT to block adding any form of reagent to component beakers inside the RPED
on_part_enteredSignal handler for when a part has been inserted into the BRPED. If the inserted item is a rigged or corrupted cell, does some logging. We clear existing reagents & stop new ones from being added to prevent remote spam bombing
on_part_exitedSignal handler for a part is removed from the BRPED. Restores original reagents of the component part, if it has any.

Proc Details

on_insered_component_reagent_pre_add

Hooks COMSIG_REAGENTS_PRE_ADD_REAGENT to block adding any form of reagent to component beakers inside the RPED

on_part_entered

Signal handler for when a part has been inserted into the BRPED. If the inserted item is a rigged or corrupted cell, does some logging. We clear existing reagents & stop new ones from being added to prevent remote spam bombing

on_part_exited

Signal handler for a part is removed from the BRPED. Restores original reagents of the component part, if it has any.