Background for Skyrim SE

The AhzMoreHudIE Script

    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

      • intfunctionGetVersion()NativeGlobal

        Gets the version e.g 10008 for 1.0.8

      • boolfunctionIsIconItemRegistered(intaItemId)NativeGlobal

        iEquip Only - Returns true if the Item ID is registered

      • voidfunctionAddIconItem(intaItemId, stringaIconName)NativeGlobal

        iEquip Only - Add an Item ID with the icon that you want to display

      • voidfunctionRemoveIconItem(intaItemId)NativeGlobal

        iEquip Only - Removes and Item ID from the icon list

      • voidfunctionAddIconItems(int[]aItemIds, string[]aIconNames)NativeGlobal

        iEquip Only - Adds an array of Item ID's with the icon that you want to display

      • voidfunctionRemoveIconItems(int[]aItemIds)NativeGlobal

        iEquip Only - Removes an array of Item ID's from the icon list

      • intfunctionGetFormItemId(FormaForm)NativeGlobal

        iEquip Only - Gets a unique Item ID from a form. It is the CRC of the form ID and the name

      • voidfunctionRegisterIconFormList(stringaKey, FormListalist)NativeGlobal

        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'

      • voidfunctionUnRegisterIconFormList(stringaKey)NativeGlobal

        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'

      • boolfunctionIsIconFormListRegistered(stringaKey)NativeGlobal

        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'

      Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.