Example syntax:
var/myRenderedIcon = client.RenderIcon(object = myTile, boundX = 32, boundY = 32)
ID:2917890
Mar 22, 7:06 pm
|
|||||||
| |||||||
It would be very helpful if client.RenderIcon() supported bounds as a parameter. Anything past the supplied x/y bounds would be cropped out in the returned icon.
Example syntax:
var/myRenderedIcon = client.RenderIcon(object = myTile, boundX = 32, boundY = 32)
|