src/tile_map.h
changeset 10207 c291a21b304e
parent 8651 037a1ae32547
child 10208 72c00af5c95d
equal deleted inserted replaced
10206:0050610c0368 10207:c291a21b304e
   120 /**
   120 /**
   121  * Returns the owner of a tile
   121  * Returns the owner of a tile
   122  *
   122  *
   123  * This function returns the owner of a tile. This cannot used
   123  * This function returns the owner of a tile. This cannot used
   124  * for tiles which type is one of MP_HOUSE, MP_VOID and MP_INDUSTRY
   124  * for tiles which type is one of MP_HOUSE, MP_VOID and MP_INDUSTRY
   125  * as no player owned any of these buildings.
   125  * as no company owned any of these buildings.
   126  *
   126  *
   127  * @param tile The tile to check
   127  * @param tile The tile to check
   128  * @return The owner of the tile
   128  * @return The owner of the tile
   129  * @pre IsValidTile(tile)
   129  * @pre IsValidTile(tile)
   130  * @pre The type of the tile must not be MP_HOUSE and MP_INDUSTRY
   130  * @pre The type of the tile must not be MP_HOUSE and MP_INDUSTRY