LoadTilemap.onCell

This delegate is called when found a cell. It is called with an ID corresponding to the tile type declaration (from onDeclarations) and a definition of the cell's height.

struct LoadTilemap
void delegate(ulong cellID, Height height) onCell;

Meta