Callback: Refitted capacity callback

From GRFSpecs
Revision as of 22:36, 2 November 2011 by Michi cc (talk | contribs) (→‎Refitted capacity callback (15): Mention var 47)
Jump to navigationJump to search

Refitted capacity callback (15)

This callback is used when a vehicle is refitted, to find the new capacity. Supported by OpenTTD Supported by TTDPatch 2.5 (alpha 40)2.5 It is a 15 bit callback since TTDPatch 2.0.1 alpha 40, and allows return values up to 7EFF=32511 units of cargo.

Information about the new cargo type is available in variable 47.

Supported by TTDPatch Additionally vehicle variable B9 (for a VarAction2) will be set to the new, climate-specific cargo type (column 3, type B in the cargo type list), or to FF when only checking whether the vehicle is refittable.

Unlike regular refitted capacities (including those from callback 36), the return value is not subject to the usual division of capacities for cargoes other than passengers on trains and planes, instead the capacity is used exactly as returned by the callback. See also the summary page about vehicle refitting.