Table of Contents

Delegate MapRegionUnloadDelegate

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

Triggered just before a map region gets unloaded

public delegate void MapRegionUnloadDelegate(Vec2i mapCoord, IMapRegion region)

Parameters

mapCoord Vec2i

regionX and regionZ (multiply with region size to get block position)

region IMapRegion