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
- Found in:
- iEquip
@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.- Found in:
- iEquip
@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.
