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