The AhzMoreHudIE script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like moreHUD Inventory Edition (moreHUD Inv.).
For this script, the Papyrus index knows about:
- 10 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- moreHUD Inv.
Gets the version e.g 10008 for 1.0.8
- Found in:
- moreHUD Inv.
iEquip Only - Returns true if the Item ID is registered
- Found in:
- moreHUD Inv.
iEquip Only - Add an Item ID with the icon that you want to display
- Found in:
- moreHUD Inv.
iEquip Only - Removes and Item ID from the icon list
- Found in:
- moreHUD Inv.
iEquip Only - Adds an array of Item ID's with the icon that you want to display
- Found in:
- moreHUD Inv.
iEquip Only - Removes an array of Item ID's from the icon list
- Found in:
- moreHUD Inv.
iEquip Only - Gets a unique Item ID from a form. It is the CRC of the form ID and the name
- Found in:
- moreHUD Inv.
Registers a form list with this key. The key is the name of the icon.
The icon must exist in the 'Data/Interface/exported/moreHUDIE/baseIcons.swf'- Found in:
- moreHUD Inv.
Unregisters a form list with this key. The key is the name of the icon.
The icon must exist in the 'Data/Interface/exported/moreHUDIE/baseIcons.swf'- Found in:
- moreHUD Inv.
Returns true if the form list is registered with the key. The key is the name of the icon.
The icon must exist in the 'Data/Interface/exported/moreHUDIE/baseIcons.swf'
