FutureProg functions
loadloottable
Overload 1
loadloottable overload 1
Text loadloottable(Number tableId, Number revision, Character target, Text variant)
Available in
- computer function
- computer program
- standard futureprog
Atomically stages and commits an exact LootTable revision into a location, container item, or character inventory. Returns a canonical OK or ERROR receipt.
| Parameter | Type | Description |
|---|---|---|
tableId |
Number |
The LootTable ID |
revision |
Number |
The exact revision |
target |
Character |
The destination |
variant |
Text |
The variant key |
Overload 2
loadloottable overload 2
Text loadloottable(Number tableId, Number revision, Character target, Text variant, Number seed)
Available in
- computer function
- computer program
- standard futureprog
Atomically stages and commits an exact LootTable revision into a location, container item, or character inventory. Returns a canonical OK or ERROR receipt.
| Parameter | Type | Description |
|---|---|---|
tableId |
Number |
The LootTable ID |
revision |
Number |
The exact revision |
target |
Character |
The destination |
variant |
Text |
The variant key |
seed |
Number |
A non-negative deterministic seed |
Overload 3
loadloottable overload 3
Text loadloottable(Number tableId, Number revision, Item target, Text variant)
Available in
- computer function
- computer program
- standard futureprog
Atomically stages and commits an exact LootTable revision into a location, container item, or character inventory. Returns a canonical OK or ERROR receipt.
| Parameter | Type | Description |
|---|---|---|
tableId |
Number |
The LootTable ID |
revision |
Number |
The exact revision |
target |
Item |
The destination |
variant |
Text |
The variant key |
Overload 4
loadloottable overload 4
Text loadloottable(Number tableId, Number revision, Item target, Text variant, Number seed)
Available in
- computer function
- computer program
- standard futureprog
Atomically stages and commits an exact LootTable revision into a location, container item, or character inventory. Returns a canonical OK or ERROR receipt.
| Parameter | Type | Description |
|---|---|---|
tableId |
Number |
The LootTable ID |
revision |
Number |
The exact revision |
target |
Item |
The destination |
variant |
Text |
The variant key |
seed |
Number |
A non-negative deterministic seed |
Overload 5
loadloottable overload 5
Text loadloottable(Number tableId, Number revision, Location target, Text variant)
Available in
- computer function
- computer program
- standard futureprog
Atomically stages and commits an exact LootTable revision into a location, container item, or character inventory. Returns a canonical OK or ERROR receipt.
| Parameter | Type | Description |
|---|---|---|
tableId |
Number |
The LootTable ID |
revision |
Number |
The exact revision |
target |
Location |
The destination |
variant |
Text |
The variant key |
Overload 6
loadloottable overload 6
Text loadloottable(Number tableId, Number revision, Location target, Text variant, Number seed)
Available in
- computer function
- computer program
- standard futureprog
Atomically stages and commits an exact LootTable revision into a location, container item, or character inventory. Returns a canonical OK or ERROR receipt.
| Parameter | Type | Description |
|---|---|---|
tableId |
Number |
The LootTable ID |
revision |
Number |
The exact revision |
target |
Location |
The destination |
variant |
Text |
The variant key |
seed |
Number |
A non-negative deterministic seed |