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
requestIChunkColumnGenerateRequest- 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.