Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I used it very recently, the syntax is:

yourActor.tileMapRenderer.getTileMap().getTileAt(layer, x, y);

Did you write it all? (I used to forget the ".getTileMap()" method)

Turns out I just forgot the brackets after 'getTileMap'.

(I blame it on eclipse)