Class ChunkLoadOptions
- Namespace
- Vintagestory.API.Server
- Assembly
- VintagestoryAPI.dll
public class ChunkLoadOptions
- Inheritance
-
ChunkLoadOptions
- Inherited Members
- Extension Methods
Fields
ChunkGenParams
Additional config to pass onto the world generators
public ITreeAttribute ChunkGenParams
Field Value
KeepLoaded
If true, the chunk will never get unloaded unless UnloadChunkColumn() is called
public bool KeepLoaded
Field Value
OnLoaded
Callback for when the chunks are ready and loaded
public Action OnLoaded