- Found in:
- iEquip
Description
Documentation Comment
@brief Removes the applied poison from the given item, if any.
@param a_item The item to remove the poison from.
@param a_refHandle The handle to the item.
Caveats
Parameters
Forma_item
inta_refHandle
Examples
Auto-Generated Example
Form myForm__a_item
int myInt__a_refHandle
iEquip_InventoryExt.RemovePoison(myForm__a_item, myInt__a_refHandle)