/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/dcs/signals/signals_transport.dm

COMSIG_TRAM_TRAVELSent from /obj/structure/transport/linear/tram when it begins to travel. (obj/effect/landmark/tram/idle_platform, obj/effect/landmark/tram/to_where)
COMSIG_TRAM_COLLISIONSent from /obj/structure/transport/linear/tram when it hits someone: ()
COMSIG_TRANSPORT_REQUESTRequesting transport move to a destination
COMSIG_TRANSPORT_RESPONSEResponse to a COMSIG_TRANSPORT_REQUEST request signal
COMSIG_TRANSPORT_ACTIVETransport controller 'active' (busy) status
COMSIG_TRANSPORT_DESTINATIONTransport controller destination change signal
COMSIG_COMMS_STATUSTransport controller communication status (tram malfunction event)

Define Details

COMSIG_COMMS_STATUS

Transport controller communication status (tram malfunction event)

COMSIG_TRAM_COLLISION

Sent from /obj/structure/transport/linear/tram when it hits someone: ()

COMSIG_TRAM_TRAVEL

Sent from /obj/structure/transport/linear/tram when it begins to travel. (obj/effect/landmark/tram/idle_platform, obj/effect/landmark/tram/to_where)

COMSIG_TRANSPORT_ACTIVE

Transport controller 'active' (busy) status

COMSIG_TRANSPORT_DESTINATION

Transport controller destination change signal

COMSIG_TRANSPORT_REQUEST

Requesting transport move to a destination

COMSIG_TRANSPORT_RESPONSE

Response to a COMSIG_TRANSPORT_REQUEST request signal