• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Question - Code Where would I suggest a new function for GML?

G

GhostDev

Guest
I really want a
tilemap_set_region(tilemap_element_id, tiledata, xcell, ycell, width, height)
function because (like tilemap_clear()) it would probably be a lot faster if implemented by YoYo Games compared to me using nested loops to set a region of tiles to a certain value.
Where could I suggest new functions like this?
 
Top