(dimy_tile key)


Determine the y-dimension of a dialog box tile.


This function, together with dimx_tile function, returns the dimensions of the tile with the name key. The x,y dimensions are typically used by other dialog box functions, such as vector_image.

Example

Code Returns
(dimx_tile "pickbox_image") 20
(dimy_tile "pickbox_image") 15

NOTES