(svn r24584) -Doc: [Script] Improve API documentation.

This commit is contained in:
frosch
2012-10-10 19:11:22 +00:00
parent dda3709c7e
commit dee2f39f99
4 changed files with 13 additions and 3 deletions

View File

@@ -400,7 +400,7 @@ public:
/**
* Level all tiles in the rectangle between start_tile and end_tile so they
* are at the same height. All tiles will be raised or lowered until
* they are at height ScriptTile::GetHeight(start_tile).
* they are at height ScriptTile::GetCornerHeight(start_tile, ScriptTile::CORNER_N).
* @param start_tile One corner of the rectangle to level.
* @param end_tile The opposite corner of the rectangle.
* @pre start_tile < ScriptMap::GetMapSize().