From e04728f0424d4e42943fc187f295eb62a73bc5ce Mon Sep 17 00:00:00 2001 From: orwell Date: Mon, 23 Jun 2025 23:06:44 +0200 Subject: Get door closing time from wagon definition, no longer user configurable, and restore waitsig in stoprail atc command --- advtrains/api_doc.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'advtrains/api_doc.txt') diff --git a/advtrains/api_doc.txt b/advtrains/api_doc.txt index 6b338a7..faaac7c 100644 --- a/advtrains/api_doc.txt +++ b/advtrains/api_doc.txt @@ -72,6 +72,9 @@ advtrains.register_wagon(name, prototype, description, inventory_image) ^- optional. If defined, defines the locations of the doors on the model as distance from the object center on the path. ^- Getting on by walking in then takes effect. ^- Positive values mean front, negative ones back. Resulting position is automatically shifted to the right side. + door_operation_time = 2 + ^- Time in seconds specifying how long opening/closing the doors takes. The maximum of this value is used + ^- by the stop rail (and possibly ATC) to wait for closing the doors before departure. Default is 1 second. coupler_types_front = {scharfenberg=true}, coupler_types_back = {chain=true}, -- cgit v1.2.3