DeadZone Community Packages
    Preparing search index...

    Class OverlayItem3D

    Represents a 3D overlay item in the game world. Use the builder method to create instances with a fluent API.

    // Create a 3D overlay highlighting an NPC with text
    const overlay = OverlayItem3D.builder()
    .addNpcByIndex(5)
    .highlightTile("red")
    .addText("Target NPC")
    .build();

    // Remove the overlay when done
    overlay.remove();
    Index

    Constructors

    Methods

    Constructors

    Methods