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

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

Forma_item

inta_refHandle

inta_newCount


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