Loading

Paste #pgzgmkxu2

  1. Index: script_tilelist.hpp
  2. ===================================================================
  3. --- script_tilelist.hpp (revision 27284)
  4. +++ script_tilelist.hpp (working copy)
  5. @@ -65,9 +65,10 @@
  6.  public:
  7.         /**
  8.          * @param industry_id The industry to create the ScriptTileList around.
  9. -        * @param radius The radius of the station you will be using.
  10. +        * @param radius The coverage radius of the station type you will be using.
  11.          * @pre ScriptIndustry::IsValidIndustry(industry_id).
  12.          * @pre radius > 0.
  13. +        * @note A station part built on any of the returned tiles will give you coverage.
  14.          */
  15.         ScriptTileList_IndustryAccepting(IndustryID industry_id, int radius);
  16.  };
  17. @@ -82,9 +83,10 @@
  18.  public:
  19.         /**
  20.          * @param industry_id The industry to create the ScriptTileList around.
  21. -        * @param radius The radius of the station you will be using.
  22. +        * @param radius The coverage radius of the station type you will be using.
  23.          * @pre ScriptIndustry::IsValidIndustry(industry_id).
  24.          * @pre radius > 0.
  25. +        * @note A station part built on any of the returned tiles will give you acceptance.
  26.          */
  27.         ScriptTileList_IndustryProducing(IndustryID industry_id, int radius);
  28.  };

Comments