Difference between revisions of "Callback: Station availability"

From GRFSpecs
Jump to navigationJump to search
(create CB station availability)
 
m (Create a separate page for each callback *** existing text overwritten ***)
Line 1: Line 1:
== Station availability callback (13) ==
+
== Station availability (13) ==
   
This sets whether a station can be constructed or not, i.e. whether it can be selected in the station construction window. A non-zero callback return indicates the station can be built, and a return code of zero removes the station from the selection.
+
This sets whether a station can be constructed or not, i.e. whether it can be selected in the station construction window.  A non-zero callback return indicates the station can be built, and a return code of zero removes the station from the selection.
  +
[[Category:Callbacks]]

Revision as of 18:57, 16 June 2011

Station availability (13)

This sets whether a station can be constructed or not, i.e. whether it can be selected in the station construction window.  A non-zero callback return indicates the station can be built, and a return code of zero removes the station from the selection.