LoadTilemap.onBlock

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

struct LoadTilemap
void delegate(ulong blockID, int heightTop, int depth) @(safe) onBlock;

Meta