Search Results for

    Show / Hide Table of Contents

    Class ChunkLoadEvent

    Dispatched when a chunk was loaded.

    Inheritance
    System.Object
    Event
    LevelEvent
    ChunkEvent
    ChunkLoadEvent
    Inherited Members
    ChunkEvent.Chunk
    LevelEvent.Level
    Event.IsCancelled
    Event.SetCancelled(Boolean)
    Namespace: OpenAPI.Events.Level
    Assembly: OpenAPI.dll
    Syntax
    public class ChunkLoadEvent : ChunkEvent

    Constructors

    | Improve this Doc View Source

    ChunkLoadEvent(ChunkColumn, OpenLevel)

    Declaration
    public ChunkLoadEvent(ChunkColumn chunk, OpenLevel level)
    Parameters
    Type Name Description
    ChunkColumn chunk

    The chunk that was loaded in

    OpenLevel level

    The level the chunk was loaded in to

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX