Script API - v1.26.10
    Preparing search index...

    Class SetItemNameFunction

    Loot item function that modifies the name of the item dropped.

    export class SetItemNameFunction extends LootItemFunction {
    private constructor();
    readonly name: string;
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    conditions: LootItemCondition[]
    name: string

    The name to apply to the dropped item.

    This property can't be read in early-execution mode.