Showing results for

tilemap

layers

on manual.gamemaker.io
manual.gamemaker.io › monthly › en › Drag And Drop
Get Tilemap Variable
With this action you can retrieve any one of a given number of variables for the tile map element on a layer. When you...
manual.gamemaker.io › monthly › en › GameMaker Language
layer_tilemap_get_id
This function can be used to retrieve the unique handle of the tile map element on a layer.
You supply the layer handle (which...
manual.gamemaker.io › monthly › en › GameMaker Language
layer_tilemap_destroy
...You supply the tile map ID (which you get when you create the tile map using layer_tilemap_create() or when you use the layer handle...
manual.gamemaker.io › monthly › en › GameMaker Language
layer_tilemap_create
With this function you can assign a tile-set asset to a layer to be used as a tile map in your project.
You...
manual.gamemaker.io › monthly › en › GameMaker Language
tilemap_tileset
Using this function you can change the tile set asset assigned to a given tile map element on a layer.
You give the tile...
manual.gamemaker.io › monthly › en › Drag And Drop
Set Tile Data At Pixel
With this action you can set the tile data for a tile cell found at a specific position on a tile map layer. The...
manual.gamemaker.io › monthly › en › Drag And Drop
Set Tile Data In Cell
With this action you can set the tile data for a tile cell on a tile map layer. The tile data is simply a...
manual.gamemaker.io › monthly › en › Drag And Drop
Get Tile Data At Pixel
With this action you can get the tile data for a tile cell on a tile-map layer from a position. The tile data...
manual.gamemaker.io › monthly › en › GameMaker Language
tilemap_clear
Using this function you can clear/set all the tiles on a given tile-map.
You give the tile map element ID (which you...
manual.gamemaker.io › monthly › en › GameMaker Language
layer_tilemap_exists
You can use this function to check and see if a tile map element exists on any given layer.
You supply the layer handle...