View Single Post
  #5  
Old 10-22-2012, 11:16 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
The ability to get an array of tiles in a box(equivalent to onwall2) without looping would be nice.

Like tilesBox(x,y,width,height) would return an array of all the tiles detected within the constraints.

Also tiletypeBox(x,y,width,height) which would do the same, but return tiletypes.

This is off the top of my head and there may be a more graceful function scheme, but all I know is when you start getting into customizing anything involving tile checks, you always have to loop and check tiles individually which is a pain and can be expensive at times.
Reply With Quote