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

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

Forma_item

inta_refHandle

Potiona_newPoison

inta_newCount


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