Loom Engine - v0.10.1
    Preparing search index...

    Interface DirectorEncounterSystemOptions

    interface DirectorEncounterSystemOptions {
        player: number;
        mobAtlas: number;
        onEncounterStarted?: (
            encounterId: string,
            mobCount: number,
            narratorLine: string | null,
        ) => void;
    }
    Index

    Properties

    player: number
    mobAtlas: number
    onEncounterStarted?: (
        encounterId: string,
        mobCount: number,
        narratorLine: string | null,
    ) => void