Background for Skyrim SE

iEquip_ObjectReferenceExt


Inheritance Tree

No indexed scripts extend this script.

Properties
Events
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.