Background for Skyrim SE
Member of the iEquip_InventoryExt script
voidfunctionRemovePoison(Forma_item, inta_refHandle)NativeGlobal

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