LootTableLootModifiers
Expands
This class expands
LootTable
, meaning that the content found on this page can be called on that type directly.
Description
Additional methods for easier modification of a specific loot table.Members
addLootModifier(name as string, modifier as ILootModifier)
Adds an script.zs
ILootModifier
to this loot table, with the given name.myLootTable.addLootModifier(myString, myILootModifier);
Parameters:
name: string
Type: string
- The name of the loot modifier to add.