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
worldXint- Hook delegate called when a floating node is found. Return true to delete it.
worldYint- Hook delegate called when a floating node is found. Return true to delete it.
worldZint- Hook delegate called when a floating node is found. Return true to delete it.
nodeSizeint- 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.