Table of Contents

Delegate GenTerraPostProcessHost.CleanupRuleHook

Namespace
WorldgenLib
Assembly
WorldgenLib.VintageStory.dll

Hook delegate called when a floating node is found. Return true to delete it.

public delegate bool GenTerraPostProcessHost.CleanupRuleHook(int worldX, int worldY, int worldZ, int nodeSize)

Parameters

worldX int
Hook delegate called when a floating node is found. Return true to delete it.
worldY int
Hook delegate called when a floating node is found. Return true to delete it.
worldZ int
Hook delegate called when a floating node is found. Return true to delete it.
nodeSize int
Hook delegate called when a floating node is found. Return true to delete it.

Returns

bool
Hook delegate called when a floating node is found. Return true to delete it.