Background for Skyrim SE

The iEquip_ObjectReferenceExt Script

    The iEquip_ObjectReferenceExt 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 iEquip (iEquip).

    For this script, the Papyrus index knows about:

    • 2 functions


    Inheritance Tree

    No indexed scripts extend this script.

    Properties

    No properties found.

      Events

        No events found.

      Functions

      • FormfunctionGetNthFormOfType(ObjectReferencea_container, inta_type, inta_n)NativeGlobal

        @brief Returns the nth form with the given type in the given container.
        @param a_container The container to search.
        @param a_type The form type to search for.
        @param a_n The nth form to return.
        @return Returns NONE on error, else returns the nth form of the given type.

      • intfunctionGetNumItemsOfType(ObjectReferencea_container, inta_type)NativeGlobal

        @brief Counts the number of items with the given form type in the given container.
        @param a_container The container to search.
        @param a_type The form type to search for.
        @return Returns -1 on error, else returns the number of items counted.

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