Background for Skyrim SE
Member of the iEquip_ObjectReferenceExt script
FormfunctionGetNthFormOfType(ObjectReferencea_container, inta_type, inta_n)NativeGlobal

Description

Documentation Comment

@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.


Caveats


Parameters

ObjectReferencea_container

inta_type

inta_n


Examples

Auto-Generated Example

ObjectReference myObjectReference__a_container
int myInt__a_type
int myInt__a_n

Form returnedValue = iEquip_ObjectReferenceExt.GetNthFormOfType(myObjectReference__a_container, myInt__a_type, myInt__a_n)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.