transport

Vars | |
configured_transport_id | ID of the transport we're associated with for filtering commands |
---|---|
transport_ref | weakref of the transport we're associated with |
Procs | |
generate_repair_signals | All subtypes have the same method of repair for consistency and predictability The key of this assoc list is the "method" of how they're fixing the thing (just flavor for examine), and the value is what tool they actually need to use on the thing to fix it |
link_tram | Finds the tram |
Var Details
configured_transport_id

ID of the transport we're associated with for filtering commands
transport_ref

weakref of the transport we're associated with
Proc Details
generate_repair_signals
All subtypes have the same method of repair for consistency and predictability The key of this assoc list is the "method" of how they're fixing the thing (just flavor for examine), and the value is what tool they actually need to use on the thing to fix it
link_tram
Finds the tram
Locates tram parts in the lift global list after everything is done.