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

Description

Documentation Comment

@brief Retrieves the poison count of the item.
@param a_item The item to retrieve the poison count of.
@param a_refHandle The handle to the item.
@return Returns 0 error, else returns the poison count.


Caveats


Parameters

Forma_item

inta_refHandle


Examples

Auto-Generated Example

Form myForm__a_item
int myInt__a_refHandle

int returnedValue = iEquip_InventoryExt.GetPoisonCount(myForm__a_item, myInt__a_refHandle)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.