geom_tiles_on_scratch_layer
geom_tiles_on_scratch_layer
-scratch_layer i_scratchID
Description
Returns the number of tiles on the given scratch layer.
Arguments
|
Specifies the scratch layer identified by the positive integer. |
||
Value Returned
|
The scratch layer is not in use or was not specified properly. |
||
Examples
The following example sets numTilesOn3 with the number of tiles on scratch layer 3.
set numTilesOn3 [geom_tiles_on_scratch_layer -scratch_layer 3]
Related Topics
Return to top