tes3ui.showMagicSelectMenu.callbackParams⚓︎
The table passed to tes3ui.showMagicSelectMenu
function's callback.
Properties⚓︎
item
⚓︎
The enchanted item that has been selected. The actual magic will be item.enchantment
.
Returns:
result
(tes3item, nil)
itemData
⚓︎
The item data of the enchanted item that has been selected. Fully recharged items may not have itemData.
Returns:
result
(tes3itemData, nil)
spell
⚓︎
The spell or power that has been selected.
Returns:
result
(tes3spell, nil)