Table of Contents

Delegate TerrainGenerationHook

Namespace
WorldgenLib
Assembly
WorldgenLib.VintageStory.dll

Terminal terrain hook. Return true when the consumer generated the complete column and WorldgenLib must skip its vanilla-compatible pass. Returning false leaves the pass to the next handler or to WorldgenLib.

public delegate bool TerrainGenerationHook(IChunkColumnGenerateRequest request)

Parameters

request IChunkColumnGenerateRequest
Terminal terrain hook. Return true when the consumer generated the complete column and WorldgenLib must skip its vanilla-compatible pass. Returning false leaves the pass to the next handler or to WorldgenLib.

Returns

bool
Terminal terrain hook. Return true when the consumer generated the complete column and WorldgenLib must skip its vanilla-compatible pass. Returning false leaves the pass to the next handler or to WorldgenLib.