Loot item function that populates a dropped container item using another loot table.
export class FillContainerFunction extends LootItemFunction { private constructor(); readonly lootTable: string;} Copy
export class FillContainerFunction extends LootItemFunction { private constructor(); readonly lootTable: string;}
Private
Readonly
The path to the loot table with which the container will be filled.
This property can't be read in early-execution mode.
Loot item function that populates a dropped container item using another loot table.
Source