tes3ui.showInventorySelectMenu.callbackParams⚓︎
The table passed to tes3ui.showInventorySelectMenu
function's callback.
Properties⚓︎
actor
⚓︎
The actor containing the inventory.
Returns:
result
(tes3actor)
count
⚓︎
The number of items that have been selected. Only valid if item
is not nil
.
Returns:
result
(integer)
inventory
⚓︎
The inventory containing the items.
Returns:
result
(tes3inventory)
item
⚓︎
The item that has been selected.
Returns:
result
(tes3item, nil)
itemData
⚓︎
The item data of the item that has been selected.
Returns:
result
(tes3itemData, nil)