The AhzMoreHud 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 (moreHUD).
For this script, the Papyrus index knows about:
- 11 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- moreHUD
Gets the version e.g 10008 for 1.0.8
- Found in:
- moreHUD
iEquip Only - Returns true if the Item ID is registered
- Found in:
- moreHUD
iEquip Only - Add an Item ID with the icon that you want to display
- Found in:
- moreHUD
iEquip Only - Removes and Item ID from the icon list
- Found in:
- moreHUD
iEquip Only - Adds an array of Item ID's with the icon that you want to display
- Found in:
- moreHUD
iEquip Only - Removes an array of Item ID's from the icon list
- Found in:
- moreHUD
Registers a form list with this key. The key is the name of the icon.
The icon must exist in the 'Data/Interface/exported/moreHUD/baseIcons.swf'- Found in:
- moreHUD
Unregisters a form list with this key. The key is the name of the icon.
The icon must exist in the 'Data/Interface/exported/moreHUD/baseIcons.swf'- Found in:
- moreHUD
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/moreHUD/baseIcons.swf'- Found in:
- moreHUD
- Found in:
- moreHUD
Gets the version as a string for viewing
