- Found in:
- iEquip
Description
Documentation Comment
@brief Retrieves the short display name of the item, without the temper string.
@param a_item The item to retrieve the short display name of.
@param a_refHandle The handle to the item.
@return Returns "" error, else returns the short display name.
Caveats
Parameters
Forma_item
inta_refHandle
Examples
Auto-Generated Example
Form myForm__a_item
int myInt__a_refHandle
string returnedValue = iEquip_InventoryExt.GetShortName(myForm__a_item, myInt__a_refHandle)