Callback: Wagon length: Difference between revisions

From GRFSpecs
Jump to navigation Jump to search
Content deleted Content added
Pm-bot (talk | contribs)
m Create a separate page for each callback
 
use new grf templates
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Wagon length ==
== Wagon length (11) ==


{{grfTill|7}} This callback is only called for GRF version 7 and below.
This callback is used instead of [[Action0Trains#Shorter train vehicles 21|property 21]] whenever the train leaves a depot or is displayed inside a depot. If the callback fails, the value of property 21 is used instead.
{{grfFrom|8}} For GRF version 8 and above use [[Callback:_Change_vehicle_properties|callback 36]].


Road vehicles do not have a property for this purpose. If the callback fails, a length of 8/8 is used.
This callback is used instead of [[Action0Trains#Shorter train vehicles 21|train property 21]] resp. [[Action0/Vehicles/RoadVehicles|road vehicle property 23]] whenever the vehicle leaves a depot or is displayed inside a depot. If the callback fails, the value of the property is used instead.


The callback result may change only when whole vehicle chain is inside a depot.
The callback result may change only when whole vehicle chain is inside a depot. If your vehicle supports autorefit, and the length can change on refitting, you have to use [[Callback:_Refit_cost_factor|callback 15E]] to prevent the refitting.
[[Category:Callbacks]]
[[Category:Callbacks]]

Latest revision as of 13:34, 1 April 2012

Wagon length (11)

GRFv≤7 This callback is only called for GRF version 7 and below. GRFv≥8 For GRF version 8 and above use callback 36.

This callback is used instead of train property 21 resp. road vehicle property 23 whenever the vehicle leaves a depot or is displayed inside a depot. If the callback fails, the value of the property is used instead.

The callback result may change only when whole vehicle chain is inside a depot. If your vehicle supports autorefit, and the length can change on refitting, you have to use callback 15E to prevent the refitting.