Pony-Tiled: How to get a list of all the tiles?

In  “PonyTiled” how can I get a table of all the tiles that actually drawn on the map along with their properties?

I need the properties of the drawn tiles not the ones in the tileset.

Hi @Abdo23,

Try

map:listTypes( nil, 'whatever' )

Have a nice day:)

ldurniat

Hi @Abdo23,

Try

map:listTypes( nil, 'whatever' )

Have a nice day:)

ldurniat