- Found in:
- iEquip
Description
Documentation Comment
@brief Sets the poison count of the item.
@param a_item The item to set the poison count on.
@param a_refHandle The handle to the item.
@param a_newCount The new poison count.
@notes Only works if the weapon has an existing poison applied.
Caveats
Parameters
Examples
Auto-Generated Example
Form myForm__a_item
int myInt__a_refHandle
int myInt__a_newCount
iEquip_InventoryExt.SetPoisonCount(myForm__a_item, myInt__a_refHandle, myInt__a_newCount)