code/__DEFINES/dcs/signals/signals_transport.dm 
| COMSIG_TRAM_COLLISION | Sent from /obj/structure/transport/linear/tram when it hits someone: () |
|---|---|
| COMSIG_LIVING_HIT_BY_TRAM | Sent from a mob that just got hit by the tram |
| COMSIG_TRANSPORT_REQUEST | Request messages to the transport controller from auxiliary devices (crossing signals, buttons, etc.) |
| COMSIG_TRANSPORT_RESPONSE | Response messages from the transport controller to a COMSIG_TRANSPORT_REQUEST request signal |
| COMSIG_TRANSPORT_UPDATED | Transport controller general status update. Includes: processing status, status alert bitflags, location info, and destination info |
Define Details
COMSIG_LIVING_HIT_BY_TRAM 
Sent from a mob that just got hit by the tram
COMSIG_TRAM_COLLISION 
Sent from /obj/structure/transport/linear/tram when it hits someone: ()
COMSIG_TRANSPORT_REQUEST 
Request messages to the transport controller from auxiliary devices (crossing signals, buttons, etc.)
COMSIG_TRANSPORT_RESPONSE 
Response messages from the transport controller to a COMSIG_TRANSPORT_REQUEST request signal
COMSIG_TRANSPORT_UPDATED 
Transport controller general status update. Includes: processing status, status alert bitflags, location info, and destination info