(svn r24581) -Doc [FS#5318]: Indicate that the return value for script related order distances is the square of the distance
This commit is contained in:
@@ -257,8 +257,8 @@ public:
|
||||
* Get the maximum allowed distance between two orders for an engine.
|
||||
* @param engine_id The engine to get the max distance for.
|
||||
* @pre IsValidEngine(engine_id).
|
||||
* @return The maximum distance between two orders for the engine
|
||||
* or 0 if the distance is unlimited.
|
||||
* @return The square of the maximum distance between two orders for
|
||||
* the engine or 0 if the distance is unlimited.
|
||||
* @see ScriptOrder::GetOrderDistance
|
||||
*/
|
||||
static uint GetMaximumOrderDistance(EngineID engine_id);
|
||||
|
Reference in New Issue
Block a user