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