(dimx_tile key)
Determine the x-dimension of a dialog box tile.
This function, together with dimy_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
- The dimension returned is one less than the size, since the dimension begins at 0. Thus, for the example above, the size of the tile is 16 x 16.
- The key is a case-sensitive string.
Tell me about...
(fill_image x y width height color)