Delegate ChunkColumnUnloadDelegate
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
Triggered just before a chunk column gets unloaded
public delegate void ChunkColumnUnloadDelegate(Vec3i chunkCoord)
Parameters
chunkCoord
Vec3ichunkX and chunkZ of the column (multiply with chunksize to get position). The Y component is zero
- Extension Methods