LoadTilemap.onDeclarations

This delegate is called with data declarations at the start of the file.

struct LoadTilemap
void delegate(scope string[] blockNames, int heightSteps) @(safe) onDeclarations;

Meta