Difference between revisions of "Callback: Extra information about layout in the build gui"

From GRFSpecs
Jump to navigationJump to search
(grf version 8)
(use new grf templates)
 
Line 3: Line 3:
 
This callback allows you to display some extra text in the build airport gui. It should return a D0xx StringID.
 
This callback allows you to display some extra text in the build airport gui. It should return a D0xx StringID.
   
{{grf|8}} For GRF version 8 and above you can return 400 to display no text (instead of failing the callback).
+
{{grfFrom|8}} For GRF version 8 and above you can return 400 to display no text (instead of failing the callback).
   
 
This callback is always called when available, you do not need to set a bit in any action0 property to enable it. Available for OpenTTD since r20272
 
This callback is always called when available, you do not need to set a bit in any action0 property to enable it. Available for OpenTTD since r20272

Latest revision as of 13:34, 1 April 2012

Extra information about airport layout in the build gui (155)

This callback allows you to display some extra text in the build airport gui. It should return a D0xx StringID.

GRFv≥8 For GRF version 8 and above you can return 400 to display no text (instead of failing the callback).

This callback is always called when available, you do not need to set a bit in any action0 property to enable it. Available for OpenTTD since r20272