GetIsUsedItemEquipType

From the CreationKit Wiki
Jump to navigation Jump to search

This Condition Function has been marked as obsolete by Skyrim developers.

This function is a leftover from Fallout 3, back when every equippable item had a numeric "equip type" e.g. "3" for melee weapons. Skyrim now uses Equip Slots, so this condition function no longer works, and the Creation Kit no longer allows you to provide it with any arguments. Internally, the function takes an integer argument (an old equip type value) and compares it with the memory address of a base form's Equip Slot; even if you were to use a third-party tool to set an integer argument, the chances of that argument comparing equal with an Equip Slot's memory address are practically zero.