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
Vec2iregionX and regionZ (multiply with region size to get block position)
region
IMapRegion
- Extension Methods