- Found in:
- iEquip
Description
Documentation Comment
@brief Retrieves the ref handle from the item at the given inventory index.
@param a_index The inventory index of the item to retrieve the ref handle of.
@return Returns INVALID_REFHANDLE on error, else returns the ref handle for the item.
Caveats
Parameters
inta_index
Examples
Auto-Generated Example
int myInt__a_index
int returnedValue = iEquip_InventoryExt.GetRefHandleAtInvIndex(myInt__a_index)