Table of Contents

Delegate PostPlacementHook

Namespace
WorldgenLib
Assembly
WorldgenLib.VintageStory.dll

Hook delegate for step 10 (PostPlacementColumn) — per-column.

public delegate void PostPlacementHook(ChunkContext chunk, ref ColumnCarvingContext col)

Parameters

chunk ChunkContext
Hook delegate for step 10 (PostPlacementColumn) — per-column.
col ColumnCarvingContext
Hook delegate for step 10 (PostPlacementColumn) — per-column.