Search Results for

    Show / Hide Table of Contents

    Class LevelEvent

    Inheritance
    System.Object
    Event
    LevelEvent
    ChunkEvent
    LevelClosedEvent
    LevelEntityAddedEvent
    LevelEntityRemovedEvent
    LevelInitEvent
    LevelLoadEvent
    LevelSaveEvent
    Inherited Members
    Event.IsCancelled
    Event.SetCancelled(Boolean)
    Namespace: OpenAPI.Events.Level
    Assembly: OpenAPI.dll
    Syntax
    public class LevelEvent : Event

    Constructors

    | Improve this Doc View Source

    LevelEvent(OpenLevel)

    Declaration
    public LevelEvent(OpenLevel world)
    Parameters
    Type Name Description
    OpenLevel world

    Properties

    | Improve this Doc View Source

    Level

    The level that the event occured in

    Declaration
    public OpenLevel Level { get; }
    Property Value
    Type Description
    OpenLevel
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX