Background for Skyrim SE
Member of the iEquip_InventoryExt script
intfunctionGetRefHandleAtInvIndex(inta_index)NativeGlobal

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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.