Table of Contents

Delegate TerrainFinalizeHook

Namespace
WorldgenLib
Assembly
WorldgenLib.VintageStory.dll

Hook after all columns in a terrain request have completed placement and Step 10. This is the safe boundary for chunk-wide arrays such as river flow vectors and map data that must be written exactly once per request.

public delegate void TerrainFinalizeHook(ChunkContext chunk)

Parameters

chunk ChunkContext
Hook after all columns in a terrain request have completed placement and Step 10. This is the safe boundary for chunk-wide arrays such as river flow vectors and map data that must be written exactly once per request.