(svn r20238) -Doc: [NoAI] clarify the documentation for AIBaseStation::GetLocation

This commit is contained in:
yexo 2010-07-29 13:08:57 +00:00
parent e8cabbdc56
commit 04242e19cf
1 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,9 @@ public:
* Get the current location of a basestation.
* @param station_id The basestation to get the location of.
* @pre IsValidBaseStation(station_id).
* @return The tile the basestation is currently on.
* @return The tile the basestation sign above it.
* @note The tile is not necessarily a station tile (and if it is, it could also belong to another station).
* @see AITileList_StationType.
*/
static TileIndex GetLocation(StationID station_id);