loadTilemap

Load tilemaps

version(Isodi_Regular)
@safe
loadTilemap
(
T
)
(,,
out string[] declarations
,
void delegate
()
@safe
modifier = null
)

Parameters

range T

Range of bytes containing map data.

declarations string[]

All blocks defined in the tilemap. Must be sorted before passing to a pack.

modifier void delegate
()
@safe

Delegate to edit blocks before adding them into the chunk.

Meta