/datum/cargo_pad_manager
Basically a list wrapper that removes and adds cargo pads to a global list when it receives the respective signals
Procs | |
add_pad | Add a pad to the global pads list. Do nothing if the pad is already in the pads list. |
---|---|
remove_pad | Remove a pad from the global pads list. Do nothing if the pad is already in the pads list. |
Proc Details
add_pad
Add a pad to the global pads list. Do nothing if the pad is already in the pads list.
remove_pad
Remove a pad from the global pads list. Do nothing if the pad is already in the pads list.