- Found in:
- iEquip
Description
Documentation Comment
@brief Applies the given poison to the given item with the given number of charges.
@param a_item The item to apply the poison to.
@param a_refHandle The handle to the item.
@param a_newPoison The new poison to apply.
@param a_newCount The number of charges to apply.
Caveats
Parameters
Examples
Auto-Generated Example
Form myForm__a_item
int myInt__a_refHandle
Potion myPotion__a_newPoison
int myInt__a_newCount
iEquip_InventoryExt.SetPoison(myForm__a_item, myInt__a_refHandle, myPotion__a_newPoison, myInt__a_newCount)