removedEquipmentBodyParts⚓︎
This event is called prior to removing all body part nodes for worn equipment.
--- @param e removedEquipmentBodyPartsEventData
local function removedEquipmentBodyPartsCallback(e)
end
event.register(tes3.event.removedEquipmentBodyParts, removedEquipmentBodyPartsCallback)
Tip
This event can be filtered based on the reference
event data.
Tip
An event can be claimed by setting e.claim
to true
, or by returning false
from the callback. Claiming the event prevents any lower priority callbacks from being called.
Event Data⚓︎
reference
(tes3reference): Read-only. Whose body parts are being rebuilt.